aboutsummaryrefslogtreecommitdiffstats
path: root/net/quagga
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2005-11-30 13:23:10 +0800
committerkuriyama <kuriyama@FreeBSD.org>2005-11-30 13:23:10 +0800
commit6b858f7dee09a58e39625ce488c8bccc00e859cb (patch)
treeb11744c10dd2b92dbe297cebfd655250855a4c3b /net/quagga
parent8bad2f31f7d330400081a24f5d9367f6f6885aef (diff)
downloadfreebsd-ports-gnome-6b858f7dee09a58e39625ce488c8bccc00e859cb.tar.gz
freebsd-ports-gnome-6b858f7dee09a58e39625ce488c8bccc00e859cb.tar.zst
freebsd-ports-gnome-6b858f7dee09a58e39625ce488c8bccc00e859cb.zip
Chase shlib version bump of net-snmp.
Diffstat (limited to 'net/quagga')
-rw-r--r--net/quagga/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index a1c1fda46e32..a7349ce59cb1 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -7,7 +7,7 @@
PORTNAME= quagga
PORTVERSION= 0.98.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net ipv6
MASTER_SITES= http://quagga.net/download/
@@ -122,7 +122,7 @@ CONFIGURE_ARGS+=--enable-snmp
.if defined(WITH_SNMP_4)
LIB_DEPENDS+=snmp.4:${PORTSDIR}/net-mgmt/net-snmp4:install
.else
-LIB_DEPENDS+=netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp:install
+LIB_DEPENDS+=netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp:install
.endif
.endif