1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Add missing aclocal:14 to USE_AUTOTOOLS

This commit is contained in:
Martin Matuska 2009-03-03 10:43:20 +00:00
parent 96c7fabcd6
commit a68677ce19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229416

View File

@ -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}