aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk-bristuff
diff options
context:
space:
mode:
authorSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-06-02 19:14:17 +0000
committerSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-06-02 19:14:17 +0000
commitda2897022c647d5daf877b052b01078026b9bcda (patch)
treea453d24abd5fef9eb12c317aab3c0f61295308c9 /net/asterisk-bristuff
parentd8fd1a8696e0ed29195c9c40727c92134e01ad8a (diff)
downloadports-da2897022c647d5daf877b052b01078026b9bcda.tar.gz
ports-da2897022c647d5daf877b052b01078026b9bcda.zip
Notes
Diffstat (limited to 'net/asterisk-bristuff')
-rw-r--r--net/asterisk-bristuff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/asterisk-bristuff/Makefile b/net/asterisk-bristuff/Makefile
index eb4a66df4343..cc866305aa91 100644
--- a/net/asterisk-bristuff/Makefile
+++ b/net/asterisk-bristuff/Makefile
@@ -7,7 +7,7 @@
PORTNAME= asterisk
PORTVERSION= 1.4.26.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \
http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
@@ -155,7 +155,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)