Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 00:47:41 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340527 - head/devel/libpeak
Message-ID:  <201401210047.s0L0lfmn077683@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401210047.s0L0lfmn077683>