diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-03-03 10:43:20 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-03-03 10:43:20 +0000 |
commit | a68677ce19d3fb0b5d828438eb65e1b9f787fddf (patch) | |
tree | ee4bbf718c9c4476a52bdd177690981d85603793 /dns/fastresolve | |
parent | 96c7fabcd6cdd68598252be9103dfb00dbbf1123 (diff) | |
download | ports-a68677ce19d3fb0b5d828438eb65e1b9f787fddf.tar.gz ports-a68677ce19d3fb0b5d828438eb65e1b9f787fddf.zip |
Notes
Diffstat (limited to 'dns/fastresolve')
-rw-r--r-- | dns/fastresolve/Makefile | 2 |
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} |