svn commit: r340527 - head/devel/libpeak

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 21 00:47:42 UTC 2014


Author: bapt
Date: Tue Jan 21 00:47:41 2014
New Revision: 340527
URL: http://svnweb.freebsd.org/changeset/ports/340527
QAT: https://qat.redports.org/buildarchive/r340527/

Log:
  Support stage

Modified:
  head/devel/libpeak/Makefile

Modified: head/devel/libpeak/Makefile
==============================================================================
--- head/devel/libpeak/Makefile	Tue Jan 21 00:47:03 2014	(r340526)
+++ head/devel/libpeak/Makefile	Tue Jan 21 00:47:41 2014	(r340527)
@@ -11,7 +11,7 @@ COMMENT=	Parallel Events and Asynchronou
 
 ONLY_FOR_ARCHS=	i386 amd64 sparc64
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
@@ -22,5 +22,4 @@ regression-test: build
 	    ${MAKE} $$alltests && ./test-suite.pl $$alltests \
 	)
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list