Date: Mon, 22 Sep 2014 17:43:02 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368978 - head/net/asterisk Message-ID: <201409221743.s8MHh2Yx020723@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Sep 22 17:43:02 2014 New Revision: 368978 URL: http://svnweb.freebsd.org/changeset/ports/368978 QAT: https://qat.redports.org/buildarchive/r368978/ Log: Fix LIB_DEPENDS, this port links against libsybdb not libtds Modified: head/net/asterisk/Makefile Modified: head/net/asterisk/Makefile ============================================================================== --- head/net/asterisk/Makefile Mon Sep 22 17:22:43 2014 (r368977) +++ head/net/asterisk/Makefile Mon Sep 22 17:43:02 2014 (r368978) @@ -82,7 +82,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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409221743.s8MHh2Yx020723>