aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2010-12-09 03:58:49 +0800
committerade <ade@FreeBSD.org>2010-12-09 03:58:49 +0800
commit827c6381d11bd79a10cffc8155bc2913200b45da (patch)
tree055d5b4b4fa27cce7f391d5dad608380754ba127 /net
parent5229407736453559e6a3641ba620dee33f92c002 (diff)
downloadfreebsd-ports-gnome-827c6381d11bd79a10cffc8155bc2913200b45da.tar.gz
freebsd-ports-gnome-827c6381d11bd79a10cffc8155bc2913200b45da.tar.zst
freebsd-ports-gnome-827c6381d11bd79a10cffc8155bc2913200b45da.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)