diff options
author | cy <cy@FreeBSD.org> | 2010-05-31 02:16:14 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2010-05-31 02:16:14 +0800 |
commit | 71d9760f4d5704888105400d4be6285f33040a31 (patch) | |
tree | 4bfca5b8b8506e4aae6d8a3eb05810d6ba4f7a18 | |
parent | 94bb9d0253951400db5226050fd6e50bccba42d3 (diff) | |
download | freebsd-ports-gnome-71d9760f4d5704888105400d4be6285f33040a31.tar.gz freebsd-ports-gnome-71d9760f4d5704888105400d4be6285f33040a31.tar.zst freebsd-ports-gnome-71d9760f4d5704888105400d4be6285f33040a31.zip |
Fix build error.
-rw-r--r-- | security/fwbuilder-devel/Makefile | 2 | ||||
-rw-r--r-- | security/fwbuilder/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/fwbuilder-devel/Makefile b/security/fwbuilder-devel/Makefile index a008c69b73d3..893296a8a6a7 100644 --- a/security/fwbuilder-devel/Makefile +++ b/security/fwbuilder-devel/Makefile @@ -47,7 +47,7 @@ QTDIR?= ${QT_PREFIX} USE_OPENSSL= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 aclocal:110 +USE_AUTOTOOLS= autoconf:262 aclocal:110 libtool:22 CONFIGURE_SCRIPT= autogen.sh GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index e629c5c3d95a..47a7af66ade5 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -46,7 +46,7 @@ QTDIR?= ${QT_PREFIX} USE_OPENSSL= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 aclocal:110 +USE_AUTOTOOLS= autoconf:262 aclocal:110 libtool:22 CONFIGURE_SCRIPT= autogen.sh GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |