svn commit: r330129 - head/graphics/evas-loader-generic
Grzegorz Blach
gblach at FreeBSD.org
Sat Oct 12 15:01:52 UTC 2013
Author: gblach
Date: Sat Oct 12 15:01:51 2013
New Revision: 330129
URL: http://svnweb.freebsd.org/changeset/ports/330129
Log:
- Convert USE_GMAKE=yes to USES=gmake
- Support staging
Modified:
head/graphics/evas-loader-generic/Makefile
Modified: head/graphics/evas-loader-generic/Makefile
==============================================================================
--- head/graphics/evas-loader-generic/Makefile Sat Oct 12 13:21:23 2013 (r330128)
+++ head/graphics/evas-loader-generic/Makefile Sat Oct 12 15:01:51 2013 (r330129)
@@ -28,14 +28,12 @@ ${NODE:U}_DESC= Install ${NODE} evas gen
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USES= pkgconfig
+USES= gmake pkgconfig
USE_EFL= evas librt_hack libtool_hack
USE_LDCONFIG= yes
MAKEDIRS= ${WRKSRC}/src/modules/loaders/generic
-NO_STAGE= yes
.include "../evas-core/Makefile.inc"
CONFIGURE_ARGS+= --enable-image-loader-generic
More information about the svn-ports-all
mailing list