summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2008-08-09 13:59:54 +0000
committerErwin Lansing <erwin@FreeBSD.org>2008-08-09 13:59:54 +0000
commitf6095b7e46538ca597b54ab2613562805a9981ec (patch)
tree58cd36b60b2bb6d563f101e0e2e4240b9d41e478 /security
parentMark BROKEN on i386 8.x: does not compile. (diff)
Mark BROKEN for 8.0: does not build.
Notes
Notes: svn path=/head/; revision=218268
Diffstat (limited to 'security')
-rw-r--r--security/oidentd/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/oidentd/Makefile b/security/oidentd/Makefile
index 4b4a3b2aa442..8a8bb7932087 100644
--- a/security/oidentd/Makefile
+++ b/security/oidentd/Makefile
@@ -29,6 +29,10 @@ OPTIONS= IPV6 "Enable IPv6 support" on \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 800000
+BROKEN= does not build
+.endif
+
.if defined(WITHOUT_IPV6)
CONFIGURE_ARGS+=--disable-ipv6
.else