aboutsummaryrefslogtreecommitdiff
path: root/dns/fastresolve
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2009-03-03 10:43:20 +0000
committerMartin Matuska <mm@FreeBSD.org>2009-03-03 10:43:20 +0000
commita68677ce19d3fb0b5d828438eb65e1b9f787fddf (patch)
treeee4bbf718c9c4476a52bdd177690981d85603793 /dns/fastresolve
parent96c7fabcd6cdd68598252be9103dfb00dbbf1123 (diff)
downloadports-a68677ce19d3fb0b5d828438eb65e1b9f787fddf.tar.gz
ports-a68677ce19d3fb0b5d828438eb65e1b9f787fddf.zip
- Add missing aclocal:14 to USE_AUTOTOOLS
Notes
Notes: svn path=/head/; revision=229416
Diffstat (limited to 'dns/fastresolve')
-rw-r--r--dns/fastresolve/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile
index 0eb92b159be9..641c79adc322 100644
--- a/dns/fastresolve/Makefile
+++ b/dns/fastresolve/Makefile
@@ -23,7 +23,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
CXXFLAGS="-I${LOCALBASE}/include" \
PERL=${PERL}
-USE_AUTOTOOLS= automake:14 autoconf:213
+USE_AUTOTOOLS= aclocal:14 automake:14 autoconf:213
USE_BDB= yes
CONFIGURE_ARGS= --with-bdb-lib=-l${BDB_LIB_CXX_NAME} --with-bdb-incdir=${BDB_INCLUDE_DIR}