aboutsummaryrefslogtreecommitdiffstats
path: root/net/asterisk
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2012-02-06 20:25:50 +0800
committermiwi <miwi@FreeBSD.org>2012-02-06 20:25:50 +0800
commit6afa7fea3b01e1990a38a91a97d897bb328d6a12 (patch)
tree129af67435aa0a4cfd90fba475742eeb65f0cf75 /net/asterisk
parent6274c23598d5d3fd074cb54378c329d852660795 (diff)
downloadfreebsd-ports-gnome-6afa7fea3b01e1990a38a91a97d897bb328d6a12.tar.gz
freebsd-ports-gnome-6afa7fea3b01e1990a38a91a97d897bb328d6a12.tar.zst
freebsd-ports-gnome-6afa7fea3b01e1990a38a91a97d897bb328d6a12.zip
- Chase unixODBC shlib bump
Diffstat (limited to 'net/asterisk')
-rw-r--r--net/asterisk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile
index 40ef962d6530..69a842dc7a5d 100644
--- a/net/asterisk/Makefile
+++ b/net/asterisk/Makefile
@@ -7,6 +7,7 @@
PORTNAME= asterisk
PORTVERSION= 1.8.9.0
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \
http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
@@ -134,7 +135,7 @@ PLIST_SUB+= WITH_ODBC=""
USE_AUTOTOOLS= libltdl
.if defined(WITH_UODBC)
CONFIGURE_ARGS+= --with-unixodbc --with-ltdl
-LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC
.elif defined(WITH_IODBC)
CONFIGURE_ARGS+= --with-iodbc --with-ltdl
LIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc