diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2008-03-27 18:58:30 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2008-03-27 18:58:30 +0800 |
commit | 7080b62237fd548d204b8488db6e840fcd851d4b (patch) | |
tree | d8e7c98eb86a35829a71897a411d14a02b35abb2 /net-mgmt/cacti-spine | |
parent | 879c2b53ffb6286bd81713d98c97138dd8d83785 (diff) | |
download | freebsd-ports-gnome-7080b62237fd548d204b8488db6e840fcd851d4b.tar.gz freebsd-ports-gnome-7080b62237fd548d204b8488db6e840fcd851d4b.tar.zst freebsd-ports-gnome-7080b62237fd548d204b8488db6e840fcd851d4b.zip |
- Chase shlib version of net-mgmt/net-snmp.
- Bump PORTREVISIONs.
Diffstat (limited to 'net-mgmt/cacti-spine')
-rw-r--r-- | net-mgmt/cacti-spine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/cacti-spine/Makefile b/net-mgmt/cacti-spine/Makefile index 2eb35fc2eaf4..eaa963ad0d2c 100644 --- a/net-mgmt/cacti-spine/Makefile +++ b/net-mgmt/cacti-spine/Makefile @@ -7,6 +7,7 @@ PORTNAME= spine PORTVERSION= 0.8.7.a +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://www.cacti.net/downloads/${PORTNAME}/ DISTNAME= cacti-${PORTNAME}-0.8.7a @@ -14,7 +15,7 @@ DISTNAME= cacti-${PORTNAME}-0.8.7a MAINTAINER= ports@FreeBSD.org COMMENT= A multithreaded poller for Cacti written in C -LIB_DEPENDS= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp GNU_CONFIGURE= YES CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} --with-snmp=${LOCALBASE} |