summaryrefslogtreecommitdiff
path: root/www/bk2site
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2002-10-17 04:02:27 +0000
committerClive Lin <clive@FreeBSD.org>2002-10-17 04:02:27 +0000
commitb1775dfaf3c286d185da8dc4387badc43443d857 (patch)
tree2f98a19101198233d6c1515122535a79b092db2b /www/bk2site
parentMake it more clear that WITH_DOCS controlled the docs produced from (diff)
o) gmake is not required.
o) Respect CXXFLAGS. Submitted by: naddy
Notes
Notes: svn path=/head/; revision=68185
Diffstat (limited to 'www/bk2site')
-rw-r--r--www/bk2site/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/bk2site/Makefile b/www/bk2site/Makefile
index a53a4728668c..4aa58830ac43 100644
--- a/www/bk2site/Makefile
+++ b/www/bk2site/Makefile
@@ -34,12 +34,11 @@ ICONSDIR?= share/${PORTNAME}
.endif
MAN1= bk2site.1
-USE_GMAKE= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix="${PREFIX}" --enable-standard-datadir
-CONFIGURE_ENV= CPPFLAGS=-Wno-deprecated
+MAKE_ARGS= CXXFLAGS="${CXXFLAGS} -Wno-deprecated"
PLIST_SUB= CGIDIR="${CGIDIR}" ICONSDIR="${ICONSDIR}"