diff options
Diffstat (limited to 'net/net-snmp/Makefile')
-rw-r--r-- | net/net-snmp/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index fc2571f9ac7..dd066ec7871 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2006/03/19 22:03:29 joerg Exp $ +# $NetBSD: Makefile,v 1.49 2006/06/17 17:20:56 christos Exp $ DISTNAME= net-snmp-5.3.0.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=net-snmp/} \ ftp://ftp.net-smnp.org/pub/sourceforge/net-snmp/ @@ -56,7 +56,11 @@ CONFIGURE_ARGS+= --with-persistent-directory=${NET_SNMP_PERSISTENTDIR:Q} .if !empty(NET_SNMP_MIBDIRS) CONFIGURE_ARGS+= --with-mibdirs=${NET_SNMP_MIBDIRS:Q} .endif +.if ${OPSYS} == "NetBSD" +CONFIGURE_ARGS+= --with-mib-modules="smux host ucd-snmp/diskio" +.else CONFIGURE_ARGS+= --with-mib-modules="smux host" +.endif .if !empty(MACHINE_PLATFORM:MDarwin-[567].*) CONFIGURE_ARGS+= --with-out-mib-modules="ucd-snmp/diskio mibII" .endif |