diff options
Diffstat (limited to 'security/fwbuilder')
-rw-r--r-- | security/fwbuilder/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index de3a9a6ecf2b..0ae52ca0b728 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -8,6 +8,7 @@ PORTNAME= fwbuilder DISTVERSION= 4.1.1 PORTVERSION= ${DISTVERSION} +PORTREVISION= 1 CATEGORIES= security .if defined(BUILD) MASTER_SITES= http://www.fwbuilder.org/nightly_builds/fwbuilder-4.0/build-${BUILD}/ @@ -46,7 +47,7 @@ QTDIR?= ${QT_PREFIX} USE_OPENSSL= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 aclocal:110 libtool:22 +USE_AUTOTOOLS= autoconf:267 aclocal:110 libtool:22 CONFIGURE_SCRIPT= autogen.sh GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |