aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2008-08-09 21:59:54 +0800
committererwin <erwin@FreeBSD.org>2008-08-09 21:59:54 +0800
commit9afe0962d7c634944886af9bd6ab9747fdc67d8c (patch)
treef4cb1282a47009b8b7b55d4e11c4ad39f96e2d03 /security
parent80302d752e8c2d2caad2941fa551dc5a266e200d (diff)
downloadfreebsd-ports-gnome-9afe0962d7c634944886af9bd6ab9747fdc67d8c.tar.gz
freebsd-ports-gnome-9afe0962d7c634944886af9bd6ab9747fdc67d8c.tar.zst
freebsd-ports-gnome-9afe0962d7c634944886af9bd6ab9747fdc67d8c.zip
Mark BROKEN for 8.0: does not build.
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