summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorfhajny <fhajny>2012-06-08 13:13:35 +0000
committerfhajny <fhajny>2012-06-08 13:13:35 +0000
commitd33c8207326e6fe9053870cde114cedce8eefffb (patch)
tree83800ff05daa42cdf884c4d8565f8e4b0060b472 /net
parent21c3957d2198d68a73e8188a21d12914f32c20e9 (diff)
downloadpkgsrc-d33c8207326e6fe9053870cde114cedce8eefffb.tar.gz
Add support for the ucd-snmp/diskio module on SunOS
Diffstat (limited to 'net')
-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"