diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2008-03-29 19:02:36 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2008-03-29 19:02:36 +0800 |
commit | 80287dad40cfe15369028bc97c3a377e87e01c9d (patch) | |
tree | 3ab3bf00fcf48c583890e651ae2fd651376ac572 /net/rtg | |
parent | 2847fd22f76185697ea1433f2d7fe0eb733a4ddd (diff) | |
download | freebsd-ports-gnome-80287dad40cfe15369028bc97c3a377e87e01c9d.tar.gz freebsd-ports-gnome-80287dad40cfe15369028bc97c3a377e87e01c9d.tar.zst freebsd-ports-gnome-80287dad40cfe15369028bc97c3a377e87e01c9d.zip |
- Chase shlib version of net-mgmt/net-snmp which I've forgotten.
- Bump PORTREVISIONs again.
Diffstat (limited to 'net/rtg')
-rw-r--r-- | net/rtg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rtg/Makefile b/net/rtg/Makefile index 9b16b91f0bbb..a1a187605a87 100644 --- a/net/rtg/Makefile +++ b/net/rtg/Makefile @@ -7,7 +7,7 @@ PORTNAME= rtg PORTVERSION= 0.7.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= rtg @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A flexible, high-performance SNMP statistics monitoring system LIB_DEPENDS= mysqlclient:${PORTSDIR}/databases/mysql41-client \ - netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp + netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp MAN1= rtgplot.1 rtgpoll.1 |