diff options
author | cy <cy@FreeBSD.org> | 2010-05-12 12:50:53 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2010-05-12 12:50:53 +0800 |
commit | dddc8ab68005f3bcdf129dff1effdaf81812cc4e (patch) | |
tree | 89738b167dee5e4a3b2bf070e2cbc125f94758c3 /security/fwbuilder/Makefile | |
parent | 7c433c04f3206b193f7a17410cf0533c911dfe62 (diff) | |
download | freebsd-ports-gnome-dddc8ab68005f3bcdf129dff1effdaf81812cc4e.tar.gz freebsd-ports-gnome-dddc8ab68005f3bcdf129dff1effdaf81812cc4e.tar.zst freebsd-ports-gnome-dddc8ab68005f3bcdf129dff1effdaf81812cc4e.zip |
Resolve autotools issue.
Thanks to: pointyhat
Diffstat (limited to 'security/fwbuilder/Makefile')
-rw-r--r-- | security/fwbuilder/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index 2e84d960bec9..afdab9d10fbc 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -46,6 +46,7 @@ QTDIR?= ${QT_PREFIX} USE_OPENSSL= yes USE_GMAKE= yes +USE_AUTOTOOLS= autoconf:262 CONFIGURE_SCRIPT= autogen.sh GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |