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/net-snmp4 | |
parent | 037d3690ec73cca9f6f8a2b2df7b294a7a41e926 (diff) |
Skip building the parts that make this port BROKEN on FreeBSD 4.
(and unmark it BROKEN).
Notes
Notes:
svn path=/head/; revision=26103
Diffstat (limited to 'net/net-snmp4')
-rw-r--r-- | net/net-snmp4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile index 82283d4a27ab..7f2cd791e149 100644 --- a/net/net-snmp4/Makefile +++ b/net/net-snmp4/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 |