svn commit: r340493 - head/devel/commoncpp

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 20 23:30:13 UTC 2014


Author: bapt
Date: Mon Jan 20 23:30:12 2014
New Revision: 340493
URL: http://svnweb.freebsd.org/changeset/ports/340493
QAT: https://qat.redports.org/buildarchive/r340493/

Log:
  Support stage

Modified:
  head/devel/commoncpp/Makefile

Modified: head/devel/commoncpp/Makefile
==============================================================================
--- head/devel/commoncpp/Makefile	Mon Jan 20 23:28:35 2014	(r340492)
+++ head/devel/commoncpp/Makefile	Mon Jan 20 23:30:12 2014	(r340493)
@@ -13,8 +13,7 @@ MAINTAINER=	acm at FreeBSD.org
 COMMENT=	GNU project portable class framework for C++
 
 USE_LDCONFIG=	yes
-USES=	pathfix
-USE_GMAKE=	yes
+USES=		gmake pathfix
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_path_DOXYGEN=no
 
@@ -23,5 +22,4 @@ INFO=		commoncpp2
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list