diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-12-08 19:58:49 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-12-08 19:58:49 +0000 |
commit | f584da22ee03bf55f4db7ffa79c61aa8ad827ad6 (patch) | |
tree | f7da82208d8de3376467178192bb0f8181f73280 /net | |
parent | deb6a6b36bfd8259bc9c372e4698cb7c7a8233ce (diff) | |
download | freebsd-ports-f584da22ee03bf55f4db7ffa79c61aa8ad827ad6.zip |
Clean up "current" versions of autotools components to further reduce
tree-churn on updates.
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile index 7f3f92defcd1..c3bde0477561 100644 --- a/net/asterisk14/Makefile +++ b/net/asterisk14/Makefile @@ -99,8 +99,8 @@ CONFIGURE_ARGS+= --without-odbc .else PLIST_SUB+= WITH_ODBC="" CONFIGURE_ARGS+= --with-odbc --with-ltdl -LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC \ - ltdl.7:${PORTSDIR}/devel/libltdl22 +USE_AUTOTOOLS+= libltdl +LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC .endif .if !defined(WITH_FREETDS) |