diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 12:58:34 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 12:58:34 +0000 |
commit | d32714f4af055b4595f6a8d47e2cdbf066539f1f (patch) | |
tree | 129f59c831442347e16677b0930fa5747c496c23 /security/fwbuilder/Makefile | |
parent | f2f24d761ef2be4965b7d31a44504ac7d53c8c48 (diff) |
Notes
Diffstat (limited to 'security/fwbuilder/Makefile')
-rw-r--r-- | security/fwbuilder/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index 13279a16f058..050a6fc68aea 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -48,8 +48,8 @@ USE_QT4= corelib \ QTDIR?= ${QT_PREFIX} USE_OPENSSL= yes -USES= gmake libtool -USE_AUTOTOOLS= libtoolize aclocal autoconf +USES= autoreconf gmake libtool +GNU_CONFIGURE= yes CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \ INSTALL_ROOT=${STAGEDIR} CPPFLAGS+= -I${LOCALBASE}/include |