diff options
| author | Erwin Lansing <erwin@FreeBSD.org> | 2008-08-09 13:59:54 +0000 |
|---|---|---|
| committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-08-09 13:59:54 +0000 |
| commit | f6095b7e46538ca597b54ab2613562805a9981ec (patch) | |
| tree | 58cd36b60b2bb6d563f101e0e2e4240b9d41e478 | |
| parent | Mark BROKEN on i386 8.x: does not compile. (diff) | |
Mark BROKEN for 8.0: does not build.
| -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 |
