aboutsummaryrefslogtreecommitdiffstats
path: root/net/asterisk
diff options
context:
space:
mode:
authorsylvio <sylvio@FreeBSD.org>2010-06-03 03:14:17 +0800
committersylvio <sylvio@FreeBSD.org>2010-06-03 03:14:17 +0800
commit34603e8eb6b148c6f25e97293616f724f6bfc24b (patch)
tree44ff5dbdffef038f8fddda1b51582dc85f9d2391 /net/asterisk
parentbcdb489feb9f54fb85842a3b61435a479aab6ad7 (diff)
downloadfreebsd-ports-gnome-34603e8eb6b148c6f25e97293616f724f6bfc24b.tar.gz
freebsd-ports-gnome-34603e8eb6b148c6f25e97293616f724f6bfc24b.tar.zst
freebsd-ports-gnome-34603e8eb6b148c6f25e97293616f724f6bfc24b.zip
- Chase net-snmp shlib bump
Diffstat (limited to 'net/asterisk')
-rw-r--r--net/asterisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile
index 60d6503f8dc9..285095eb39c8 100644
--- a/net/asterisk/Makefile
+++ b/net/asterisk/Makefile
@@ -7,7 +7,7 @@
PORTNAME= asterisk
PORTVERSION= 1.4.29
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \
http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
@@ -141,7 +141,7 @@ CONFIGURE_ARGS+= --without-netsnmp
.else
PLIST_SUB+= WITH_SNMP=""
CONFIGURE_ARGS+= --with-netsnmp
-LIB_DEPENDS+= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp
+LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp
.endif
.if !defined(WITH_JABBER)