aboutsummaryrefslogtreecommitdiffstats
path: root/security/libfwbuilder-devel
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2010-05-24 09:55:36 +0800
committercy <cy@FreeBSD.org>2010-05-24 09:55:36 +0800
commit5c2698926a4130340e357548d8d042518148131e (patch)
tree23b6513a33c63acac9eb6b95b53e97832963e05e /security/libfwbuilder-devel
parent862a9da32f316da3fb571c447bc6591eab675d8f (diff)
downloadfreebsd-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/Makefile2
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" \