diff options
| -rw-r--r-- | security/oidentd/Makefile | 4 |
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 |
