aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-23 01:57:01 +0800
committerantoine <antoine@FreeBSD.org>2014-09-23 01:57:01 +0800
commit97cb63159f7b2e179ca4aae26acaccace0787490 (patch)
tree056f136bb987bcd9b6fc1bed043b5205fd6a2db8
parent341df40a21b1f95eadd55d7d8e24b4ec3e8ef865 (diff)
downloadfreebsd-ports-gnome-97cb63159f7b2e179ca4aae26acaccace0787490.tar.gz
freebsd-ports-gnome-97cb63159f7b2e179ca4aae26acaccace0787490.tar.zst
freebsd-ports-gnome-97cb63159f7b2e179ca4aae26acaccace0787490.zip
Fix LIB_DEPENDS, this port links against libsybdb not libtds
-rw-r--r--net/asterisk11/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/asterisk11/Makefile b/net/asterisk11/Makefile
index 5b74da67119b..763edd7a0225 100644
--- a/net/asterisk11/Makefile
+++ b/net/asterisk11/Makefile
@@ -77,7 +77,7 @@ 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
+FREETDS_LIB_DEPENDS= libsybdb.so:${PORTSDIR}/databases/freetds
PGSQL_CONFIGURE_WITH= postgres
PGSQL_USES= pgsql
MYSQL_CONFIGURE_WITH= mysqlclient