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 | |
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')
-rw-r--r-- | security/fwbuilder-devel/Makefile | 2 | ||||
-rw-r--r-- | security/fwbuilder/Makefile | 2 | ||||
-rw-r--r-- | security/libfwbuilder-devel/Makefile | 2 | ||||
-rw-r--r-- | security/libfwbuilder/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/security/fwbuilder-devel/Makefile b/security/fwbuilder-devel/Makefile index 3fb3e9f4aa59..3fe010991c0b 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 automake:19 +USE_AUTOTOOLS= autoconf:262 aclocal:110 CONFIGURE_SCRIPT= autogen.sh GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index 0085fb85e39b..b64d4d4fc46e 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 automake:19 +USE_AUTOTOOLS= autoconf:262 aclocal:110 CONFIGURE_SCRIPT= autogen.sh GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ 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" \ diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile index 98052e90bcc1..7e6979b5f77a 100644 --- a/security/libfwbuilder/Makefile +++ b/security/libfwbuilder/Makefile @@ -48,7 +48,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" \ |