diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-01 03:29:53 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-01 03:29:53 +0800 |
commit | c49b7b2b607bf13c28d7c05a1451a16e7958439c (patch) | |
tree | 96901a48579ee3a661b56ce7359772ea32d78fae /security | |
parent | b626dd370dad73dcb705add895e97863435622a1 (diff) | |
download | freebsd-ports-gnome-c49b7b2b607bf13c28d7c05a1451a16e7958439c.tar.gz freebsd-ports-gnome-c49b7b2b607bf13c28d7c05a1451a16e7958439c.tar.zst freebsd-ports-gnome-c49b7b2b607bf13c28d7c05a1451a16e7958439c.zip |
Unbreak
Diffstat (limited to 'security')
-rw-r--r-- | security/fwbuilder/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index 199e81c3dc12..9f4ec097c518 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -47,9 +47,7 @@ QTDIR?= ${QT_PREFIX} USE_OPENSSL= yes USES= gmake libtool -USE_AUTOTOOLS= autoconf aclocal -CONFIGURE_SCRIPT= autogen.sh -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtoolize aclocal autoconf CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \ INSTALL_ROOT=${STAGEDIR} CPPFLAGS+= -I${LOCALBASE}/include |