diff options
Diffstat (limited to 'net/asterisk14/Makefile')
-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) |