diff options
author | mm <mm@FreeBSD.org> | 2009-03-03 18:43:20 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-03-03 18:43:20 +0800 |
commit | d0253e0dd601cb0ac1e46c1ad2a49762a576f662 (patch) | |
tree | 34105eac5467f5e42e49acf0e41d9725b3c3b450 /dns/fastresolve | |
parent | a0e7593efdfe5213b186e3562536eaed5a8a43c2 (diff) | |
download | freebsd-ports-gnome-d0253e0dd601cb0ac1e46c1ad2a49762a576f662.tar.gz freebsd-ports-gnome-d0253e0dd601cb0ac1e46c1ad2a49762a576f662.tar.zst freebsd-ports-gnome-d0253e0dd601cb0ac1e46c1ad2a49762a576f662.zip |
- Add missing aclocal:14 to USE_AUTOTOOLS
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} |