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/libfwbuilder | |
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/libfwbuilder')
-rw-r--r-- | security/libfwbuilder/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile index 808cee2bf519..730220a5d555 100644 --- a/security/libfwbuilder/Makefile +++ b/security/libfwbuilder/Makefile @@ -46,6 +46,7 @@ QTDIR?= ${QT_PREFIX} USE_OPENSSL= yes USE_GMAKE= yes +USE_AUTOTOOLS= autoconf:262 libtool:22 CONFIGURE_SCRIPT= autogen.sh GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |