diff options
author | fhajny <fhajny@pkgsrc.org> | 2012-06-08 13:13:35 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2012-06-08 13:13:35 +0000 |
commit | 3e8bd8167775c80be89cd61309b0d06a7eb65153 (patch) | |
tree | 83800ff05daa42cdf884c4d8565f8e4b0060b472 /net | |
parent | 9d7e58d64e5e3179ae9661cf436dc88def010f72 (diff) | |
download | pkgsrc-3e8bd8167775c80be89cd61309b0d06a7eb65153.tar.gz |
Add support for the ucd-snmp/diskio module on SunOS
Diffstat (limited to 'net')
-rw-r--r-- | net/net-snmp/Makefile | 4 |
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" |