aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-20 16:01:04 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-20 16:01:04 +0000
commit1e52282e828beb7e3d1c09b1d6ea486e5777bdef (patch)
treeb6e1aba91baea2b10ba838ce3815729ab108d4cd /security
parent5a23bb49bd36e79bbe2eb49a55ff65cdad56c548 (diff)
downloadports-1e52282e828beb7e3d1c09b1d6ea486e5777bdef.tar.gz
ports-1e52282e828beb7e3d1c09b1d6ea486e5777bdef.zip
Notes
Diffstat (limited to 'security')
-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