summaryrefslogtreecommitdiff
path: root/net/net-snmp
diff options
context:
space:
mode:
authorfhajny <fhajny>2012-06-08 13:13:35 +0000
committerfhajny <fhajny>2012-06-08 13:13:35 +0000
commit8912e3b32ca10a020b3e2f41e80d4d2b00740d35 (patch)
tree83800ff05daa42cdf884c4d8565f8e4b0060b472 /net/net-snmp
parent73e7a09a4d085890f415580d62449310a72ef34c (diff)
downloadpkgsrc-8912e3b32ca10a020b3e2f41e80d4d2b00740d35.tar.gz
Add support for the ucd-snmp/diskio module on SunOS
Diffstat (limited to 'net/net-snmp')
-rw-r--r--net/net-snmp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile
index 653cb1cd840..ccf4c031573 100644
--- a/net/net-snmp/Makefile
+++ b/net/net-snmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2012/05/17 12:56:17 spz Exp $
+# $NetBSD: Makefile,v 1.90 2012/06/08 13:13:35 fhajny Exp $
DISTNAME= net-snmp-5.6.1.1
PKGREVISION= 3
@@ -68,7 +68,7 @@ CONFIGURE_ARGS+= --with-persistent-directory=${NET_SNMP_PERSISTENTDIR}
.if !empty(NET_SNMP_MIBDIRS)
CONFIGURE_ARGS+= --with-mibdirs=${NET_SNMP_MIBDIRS:Q}
.endif
-.if ${OPSYS} == "NetBSD"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS"
CONFIGURE_ARGS+= --with-mib-modules="smux host ucd-snmp/diskio"
.else
CONFIGURE_ARGS+= --with-mib-modules="smux host"