summaryrefslogtreecommitdiffstats
path: root/net-mgmt/net-snmp53/Makefile
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2002-04-09 00:31:17 +0000
committerkuriyama <kuriyama@FreeBSD.org>2002-04-09 00:31:17 +0000
commit38576ff55bb936e522ceaa7548dc92d79cd50300 (patch)
tree202505a5dd9022a1ef96a0edf412fb645eac9ab0 /net-mgmt/net-snmp53/Makefile
parent225aafd176866587b079045c86ff88b19a979ecd (diff)
downloadFreeBSD-ports-38576ff55bb936e522ceaa7548dc92d79cd50300.zip
FreeBSD-ports-38576ff55bb936e522ceaa7548dc92d79cd50300.tar.gz
Upgrade to 4.2.4.
Some of our patches are integrated into original distribution. Enable diskio mib-module by default.
Diffstat (limited to 'net-mgmt/net-snmp53/Makefile')
-rw-r--r--net-mgmt/net-snmp53/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile
index c599c4a..e4a0887 100644
--- a/net-mgmt/net-snmp53/Makefile
+++ b/net-mgmt/net-snmp53/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= ucd-snmp
-PORTVERSION= 4.2.3
-PORTREVISION= 3
+PORTVERSION= 4.2.4
CATEGORIES= net ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ucd-snmp.ucdavis.edu/ \
@@ -64,7 +63,7 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh
.if ${OSVERSION} >= 400014
CONFIGURE_ARGS+= --enable-ipv6
.endif
-.if defined(WITH_SNMP_DISKIO)
+.if !defined(WITHOUT_SNMP_DISKIO)
CONFIGURE_ARGS+=--with-mib-modules="ucd-snmp/diskio" --with-libs="-ldevstat"
.endif
OpenPOWER on IntegriCloud