summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2010-12-08 19:58:49 +0000
committerAde Lovett <ade@FreeBSD.org>2010-12-08 19:58:49 +0000
commitf584da22ee03bf55f4db7ffa79c61aa8ad827ad6 (patch)
treef7da82208d8de3376467178192bb0f8181f73280 /net
parentdeb6a6b36bfd8259bc9c372e4698cb7c7a8233ce (diff)
downloadfreebsd-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/Makefile4
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)