diff options
author | clive <clive@FreeBSD.org> | 2002-10-17 12:02:27 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2002-10-17 12:02:27 +0800 |
commit | a1bf6cd263cfcd35f09bf128cd145c60854ac099 (patch) | |
tree | 2ad45df6e7ebe2209df2223108e5f05eaf4e7b40 | |
parent | c32dea5add988c837c0c76d0f831ce32da460d33 (diff) | |
download | freebsd-ports-gnome-a1bf6cd263cfcd35f09bf128cd145c60854ac099.tar.gz freebsd-ports-gnome-a1bf6cd263cfcd35f09bf128cd145c60854ac099.tar.zst freebsd-ports-gnome-a1bf6cd263cfcd35f09bf128cd145c60854ac099.zip |
o) gmake is not required.
o) Respect CXXFLAGS.
Submitted by: naddy
-rw-r--r-- | www/bk2site/Makefile | 3 |
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}" |