aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp53/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/net-snmp53/Makefile')
-rw-r--r--net-mgmt/net-snmp53/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile
index f429f2bf4fb6..796d353b060b 100644
--- a/net-mgmt/net-snmp53/Makefile
+++ b/net-mgmt/net-snmp53/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