aboutsummaryrefslogtreecommitdiff
path: root/devel/commoncpp
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-20 23:30:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-20 23:30:12 +0000
commit6efb755ce7684d4b620c45512dcfdf3f9d92e107 (patch)
tree51606d914bcf6e3c33b4c501053193b7c54a52d2 /devel/commoncpp
parente5b3afb4b36093ad7bab39ed717e2edf944bd2ee (diff)
downloadports-6efb755ce7684d4b620c45512dcfdf3f9d92e107.tar.gz
ports-6efb755ce7684d4b620c45512dcfdf3f9d92e107.zip
Notes
Diffstat (limited to 'devel/commoncpp')
-rw-r--r--devel/commoncpp/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/commoncpp/Makefile b/devel/commoncpp/Makefile
index fd9a5959eb7e..ddb9ae4ac537 100644
--- a/devel/commoncpp/Makefile
+++ b/devel/commoncpp/Makefile
@@ -13,8 +13,7 @@ MAINTAINER= acm@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>