diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
commit | 15c4a5ecf338d0133b87647ab773c6df26f3ea15 (patch) | |
tree | 320f49e86d38a480aace5bd0e27c34d6c8f75c2c /net/asterisk11 | |
parent | a9836219c62bdf7cdcfc3af658d25ae25aeaeb11 (diff) |
Notes
Diffstat (limited to 'net/asterisk11')
-rw-r--r-- | net/asterisk11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/asterisk11/Makefile b/net/asterisk11/Makefile index 866087452965..e018b26dfc47 100644 --- a/net/asterisk11/Makefile +++ b/net/asterisk11/Makefile @@ -73,8 +73,8 @@ DAHDI_LIB_DEPENDS= libpri.so:${PORTSDIR}/misc/libpri \ libopenr2.so:${PORTSDIR}/misc/openr2 ODBC_CONFIGURE_WITH= unixodbc ODBC_CONFIGURE_ON= --with-ltdl -ODBC_USE= AUTOTOOLS=libltdl -ODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC +ODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC \ + libltdl.so:${PORTSDIR}/devel/libltdl FREETDS_CONFIGURE_ON= --with-tds=${LOCALBASE} FREETDS_CONFIGURE_OFF= --without-tds FREETDS_LIB_DEPENDS= libtds.so:${PORTSDIR}/databases/freetds |