summaryrefslogtreecommitdiff
path: root/net/asterisk14
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2008-03-27 10:58:30 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2008-03-27 10:58:30 +0000
commit69667d219f4e09217678306b429de3e3bd968d34 (patch)
tree56f4e7d0efb71a8bc59feb7f2e8dbd2e941d2d8c /net/asterisk14
parent- Repocopy from net-mgmt/net-snmp to net-mgmt/net-snmp53. (diff)
- Chase shlib version of net-mgmt/net-snmp.
- Bump PORTREVISIONs.
Notes
Notes: svn path=/head/; revision=209941
Diffstat (limited to 'net/asterisk14')
-rw-r--r--net/asterisk14/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile
index f566729849d9..f972ca541c79 100644
--- a/net/asterisk14/Makefile
+++ b/net/asterisk14/Makefile
@@ -7,6 +7,7 @@
PORTNAME= asterisk
PORTVERSION= 1.4.18.1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \
http://ftp.digium.com/pub/asterisk/old-releases/
@@ -136,7 +137,7 @@ CONFIGURE_ARGS+= --without-netsnmp
.else
PLIST_SUB+= WITH_SNMP=""
CONFIGURE_ARGS+= --with-netsnmp
-LIB_DEPENDS+= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp
+LIB_DEPENDS+= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp
.endif
.if defined(WITHOUT_JABBER)