diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2008-03-27 10:58:30 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2008-03-27 10:58:30 +0000 |
commit | 69667d219f4e09217678306b429de3e3bd968d34 (patch) | |
tree | 56f4e7d0efb71a8bc59feb7f2e8dbd2e941d2d8c /net-mgmt/collectd | |
parent | a88f8eb0a1876ecb46988cb57ffef734a608b4b7 (diff) |
- Chase shlib version of net-mgmt/net-snmp.
- Bump PORTREVISIONs.
Notes
Notes:
svn path=/head/; revision=209941
Diffstat (limited to 'net-mgmt/collectd')
-rw-r--r-- | net-mgmt/collectd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/collectd/Makefile b/net-mgmt/collectd/Makefile index c077af485d54..12b22809322f 100644 --- a/net-mgmt/collectd/Makefile +++ b/net-mgmt/collectd/Makefile @@ -7,6 +7,7 @@ PORTNAME= collectd PORTVERSION= 4.1.2 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ \ http://matt.peterson.org/FreeBSD/ports/ @@ -130,7 +131,7 @@ PLIST_SUB+= RRD="@comment " .endif .if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+= --enable-snmp PLIST_SUB+= SNMP="" .else |