summaryrefslogtreecommitdiff
path: root/security/openfwtk
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/openfwtk
parent- Mark BROKEN on HEAD: fails to build with new utmpx (diff)
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=251276
Diffstat (limited to 'security/openfwtk')
-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