1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2014-01-20 23:30:12 +00:00
parent e5b3afb4b3
commit 6efb755ce7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340493

View File

@ -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>