summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2004-03-11 00:26:39 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2004-03-11 00:26:39 +0000
commitc55a61df91bd83108dd67e6f8c44312c8776132e (patch)
tree64ecd34baa9b55a80cc6ed56d56241119058806f /net-mgmt/net-snmp/Makefile
parentRemove unused entries for flash-0.4.3* files. Add size. (diff)
Mark broken for 4.x for the time being.
Perl modules are installed into wrong location for 4.x.
Diffstat (limited to 'net-mgmt/net-snmp/Makefile')
-rw-r--r--net-mgmt/net-snmp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile
index f429f2bf4fb6..796d353b060b 100644
--- a/net-mgmt/net-snmp/Makefile
+++ b/net-mgmt/net-snmp/Makefile
@@ -59,6 +59,10 @@ CONFIGURE_ARGS+=--with-dummy-values
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= plist is incorrect for 4.x. Please wait to be fixed.
+.endif
+
.if defined(WITHOUT_PERL)
PLIST_SUB+= WITH_PERL="@comment "
.else