svn commit: r368980 - head/net/asterisk11

Antoine Brodin antoine at FreeBSD.org
Mon Sep 22 17:57:02 UTC 2014


Author: antoine
Date: Mon Sep 22 17:57:01 2014
New Revision: 368980
URL: http://svnweb.freebsd.org/changeset/ports/368980
QAT: https://qat.redports.org/buildarchive/r368980/

Log:
  Fix LIB_DEPENDS, this port links against libsybdb not libtds

Modified:
  head/net/asterisk11/Makefile

Modified: head/net/asterisk11/Makefile
==============================================================================
--- head/net/asterisk11/Makefile	Mon Sep 22 17:46:58 2014	(r368979)
+++ head/net/asterisk11/Makefile	Mon Sep 22 17:57:01 2014	(r368980)
@@ -77,7 +77,7 @@ ODBC_LIB_DEPENDS=	libodbc.so:${PORTSDIR}
 			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


More information about the svn-ports-head mailing list