diff options
author | thorpej <thorpej@pkgsrc.org> | 2004-07-10 17:59:57 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2004-07-10 17:59:57 +0000 |
commit | bcc09e41f3285f61f28f34a58b6926cb02ad79b0 (patch) | |
tree | 8600e81faf403fbfc23239fc35cdcb16add44c49 /net | |
parent | 5325c7699c224add34b87a147abb6117bb6a9d7b (diff) | |
download | pkgsrc-bcc09e41f3285f61f28f34a58b6926cb02ad79b0.tar.gz |
On Darwin, leave out the ucd-snmp/diskio and mibII mib modules.
Diffstat (limited to 'net')
-rw-r--r-- | net/net-snmp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index fecdfba03a3..403f69627eb 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/05/31 11:47:29 tron Exp $ +# $NetBSD: Makefile,v 1.22 2004/07/10 17:59:57 thorpej Exp $ DISTNAME= net-snmp-5.1.1 CATEGORIES= net @@ -66,6 +66,9 @@ CONFIGURE_ARGS+= --with-persistent-directory="${NET_SNMP_PERSISTENTDIR}" CONFIGURE_ARGS+= --with-mibdirs="${NET_SNMP_MIBDIRS}" .endif CONFIGURE_ARGS+= --with-mib-modules="smux host" +.if (${OPSYS} == "Darwin") +CONFIGURE_ARGS+= --with-out-mib-modules="ucd-snmp/diskio mibII" +.endif # # Using "dummy" values is technically not compliant with SNMP specs, but # otherwise, some tools, e.g. net/tcl-scotty, net/tkined, may ignore results |