From f6095b7e46538ca597b54ab2613562805a9981ec Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Sat, 9 Aug 2008 13:59:54 +0000 Subject: [PATCH] Mark BROKEN for 8.0: does not build. --- security/oidentd/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 +.if ${OSVERSION} >= 800000 +BROKEN= does not build +.endif + .if defined(WITHOUT_IPV6) CONFIGURE_ARGS+=--disable-ipv6 .else