diff options
author | thorpej <thorpej> | 2004-07-10 17:59:57 +0000 |
---|---|---|
committer | thorpej <thorpej> | 2004-07-10 17:59:57 +0000 |
commit | 1b66436c0ff5b64c7c98dcd3782438ef71696394 (patch) | |
tree | 8600e81faf403fbfc23239fc35cdcb16add44c49 /net/net-snmp | |
parent | e3bfcea3737598c8c76c24f3785a67328c1118c9 (diff) | |
download | pkgsrc-1b66436c0ff5b64c7c98dcd3782438ef71696394.tar.gz |
On Darwin, leave out the ucd-snmp/diskio and mibII mib modules.
Diffstat (limited to 'net/net-snmp')
-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 |