CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
e17: Removed make's verbose output
[attic/ports/e17-cross.git] / edje / Pkgfile
index e53e1a2ccc4a1ea288ef9a2ff5abe4b11be11bc3..93ea55de3bb489648cfc869815152bf1257f00b0 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: lua embryo
 
 name=edje
-version=20100202
+version=20100511
 release=1
 source=(http://lokalix.dyndns.org/crux/distfiles/e17/$name-$version.tar.bz2)
 
@@ -27,6 +27,6 @@ build()
   ./autogen.sh --build=$CHOST \
                 --host=$CTARGET \
                 --prefix=/usr
-  make V=1 
+  make 
   make install DESTDIR=$PKG
 }