svn commit: r345033 - head/devel/gecode

Martin Wilke miwi at FreeBSD.org
Wed Feb 19 09:01:00 UTC 2014


Author: miwi
Date: Wed Feb 19 09:00:59 2014
New Revision: 345033
URL: http://svnweb.freebsd.org/changeset/ports/345033
QAT: https://qat.redports.org/buildarchive/r345033/

Log:
  - Stage support

Modified:
  head/devel/gecode/Makefile

Modified: head/devel/gecode/Makefile
==============================================================================
--- head/devel/gecode/Makefile	Wed Feb 19 09:00:34 2014	(r345032)
+++ head/devel/gecode/Makefile	Wed Feb 19 09:00:59 2014	(r345033)
@@ -15,8 +15,7 @@ OPTIONS_DEFINE=	GIST
 GIST_DESC=	Interactive Search Tool (requires Qt)
 
 USE_PERL5=	build
-USES=		bison perl5
-USE_GMAKE=	yes
+USES=		bison perl5 gmake
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static \
 		--enable-shared \
@@ -33,7 +32,6 @@ CONFIGURE_ARGS=	--disable-static \
 USE_LDCONFIG=	yes
 MAKE_JOBS_UNSAFE=yes
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGIST}


More information about the svn-ports-head mailing list