aboutsummaryrefslogtreecommitdiff
path: root/security/libfwbuilder/Makefile
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2010-05-14 04:34:48 +0000
committerCy Schubert <cy@FreeBSD.org>2010-05-14 04:34:48 +0000
commit75c8476ff609cc766ec0e6a02c54fff085779d78 (patch)
tree7aaf5fce657dd8846cbf5d7bc3bde1205388398a /security/libfwbuilder/Makefile
parent25b86ab93df525a0896027d66c5dc65f67ee5456 (diff)
downloadports-75c8476ff609cc766ec0e6a02c54fff085779d78.tar.gz
ports-75c8476ff609cc766ec0e6a02c54fff085779d78.zip
Add AUTOTOOLS dependency when using packages as opposed to ports
to satisfy dependencies.
Notes
Notes: svn path=/head/; revision=254293
Diffstat (limited to 'security/libfwbuilder/Makefile')
-rw-r--r--security/libfwbuilder/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile
index 730220a5d555..3815d0b1378e 100644
--- a/security/libfwbuilder/Makefile
+++ b/security/libfwbuilder/Makefile
@@ -46,7 +46,7 @@ QTDIR?= ${QT_PREFIX}
USE_OPENSSL= yes
USE_GMAKE= yes
-USE_AUTOTOOLS= autoconf:262 libtool:22
+USE_AUTOTOOLS= autoconf:262 automake:19 libtool:22
CONFIGURE_SCRIPT= autogen.sh
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \