diff options
-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}" |