diff options
author | cy <cy@FreeBSD.org> | 2010-05-24 09:55:36 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2010-05-24 09:55:36 +0800 |
commit | 5c2698926a4130340e357548d8d042518148131e (patch) | |
tree | 23b6513a33c63acac9eb6b95b53e97832963e05e /security/libfwbuilder-devel | |
parent | 862a9da32f316da3fb571c447bc6591eab675d8f (diff) | |
download | freebsd-ports-gnome-5c2698926a4130340e357548d8d042518148131e.tar.gz freebsd-ports-gnome-5c2698926a4130340e357548d8d042518148131e.tar.zst freebsd-ports-gnome-5c2698926a4130340e357548d8d042518148131e.zip |
Fix an autotools dependency issue.
Thans to Mike Harding <mvharding@gmail.com> for allowing me to use one of his
systems to debug this problem.
Diffstat (limited to 'security/libfwbuilder-devel')
-rw-r--r-- | security/libfwbuilder-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libfwbuilder-devel/Makefile b/security/libfwbuilder-devel/Makefile index e7324d2560bb..c3afc02fca4d 100644 --- a/security/libfwbuilder-devel/Makefile +++ b/security/libfwbuilder-devel/Makefile @@ -51,7 +51,7 @@ QTDIR?= ${QT_PREFIX} USE_OPENSSL= yes USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262 automake:19 libtool:22 +USE_AUTOTOOLS= autoconf:262 aclocal:110 libtool:22 CONFIGURE_SCRIPT= autogen.sh GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |