diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2000-02-21 19:19:03 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2000-02-21 19:19:03 +0000 |
commit | a67a376db3e1a857490f28ec8ef314617de28c8f (patch) | |
tree | 651545b6b7f1cb87318a95c8ad0d6f665d2ef12a /net-mgmt/net-snmp53 | |
parent | 037d3690ec73cca9f6f8a2b2df7b294a7a41e926 (diff) | |
download | ports-a67a376db3e1a857490f28ec8ef314617de28c8f.tar.gz ports-a67a376db3e1a857490f28ec8ef314617de28c8f.zip |
Notes
Diffstat (limited to 'net-mgmt/net-snmp53')
-rw-r--r-- | net-mgmt/net-snmp53/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile index 82283d4a27ab..7f2cd791e149 100644 --- a/net-mgmt/net-snmp53/Makefile +++ b/net-mgmt/net-snmp53/Makefile @@ -46,7 +46,7 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" .endif .if ${OSVERSION} >= 400000 -BROKEN= "Uses the old VM system interfaces" +CONFIGURE_ARGS+= --with-out-mib-modules="ucd-snmp/vmstat_freebsd2 ucd-snmp/memory_freebsd2" .endif SHLIB_VERSION=4 |