diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-07-28 12:43:22 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-07-28 12:43:22 +0000 |
commit | c9e4736d2605489c89ee57fabda4f3b73ac7f697 (patch) | |
tree | fa4d8674f0da7472938b5014d40b6cebb69e4b18 /net-mgmt/cacti-spine/Makefile | |
parent | a63158257c7d451ba40deeadea026a99862851d0 (diff) |
Notes
Diffstat (limited to 'net-mgmt/cacti-spine/Makefile')
-rw-r--r-- | net-mgmt/cacti-spine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/cacti-spine/Makefile b/net-mgmt/cacti-spine/Makefile index 17e6377837ef..6585d11ade2c 100644 --- a/net-mgmt/cacti-spine/Makefile +++ b/net-mgmt/cacti-spine/Makefile @@ -7,7 +7,7 @@ PORTNAME= spine PORTVERSION= 0.8.7.g -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://www.cacti.net/downloads/${PORTNAME}/ DISTNAME= cacti-${PORTNAME}-0.8.7g @@ -20,7 +20,7 @@ PATCH_DIST_STRIP=-p1 MAINTAINER= skreuzer@FreeBSD.org COMMENT= A multithreaded poller for Cacti written in C -LIB_DEPENDS= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp GNU_CONFIGURE= YES CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} --with-snmp=${LOCALBASE} |