svn commit: r330131 - head/graphics/evas-loader-ico

Grzegorz Blach gblach at FreeBSD.org
Sat Oct 12 15:07:54 UTC 2013


Author: gblach
Date: Sat Oct 12 15:07:54 2013
New Revision: 330131
URL: http://svnweb.freebsd.org/changeset/ports/330131

Log:
  - Convert USE_GMAKE=yes to USES=gmake
  - Support staging

Modified:
  head/graphics/evas-loader-ico/Makefile

Modified: head/graphics/evas-loader-ico/Makefile
==============================================================================
--- head/graphics/evas-loader-ico/Makefile	Sat Oct 12 15:05:08 2013	(r330130)
+++ head/graphics/evas-loader-ico/Makefile	Sat Oct 12 15:07:54 2013	(r330131)
@@ -17,14 +17,12 @@ LICENSE=	BSD
 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/ico
 
-NO_STAGE=	yes
 .include "../evas-core/Makefile.inc"
 CONFIGURE_ARGS+=	--enable-image-loader-ico
 


More information about the svn-ports-head mailing list