summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/openfwtk/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/openfwtk/Makefile b/security/openfwtk/Makefile
index 08661ede3b32..94076c91197e 100644
--- a/security/openfwtk/Makefile
+++ b/security/openfwtk/Makefile
@@ -24,6 +24,10 @@ MANCOMPRESSED= no
.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
.if defined(WITH_WATCH)
PLIST_SUB+= WATCH=""
RUN_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84