diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-21 00:17:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-21 00:17:50 +0800 |
commit | a00d5eb210d629ee2a3a9827a229727011490c43 (patch) | |
tree | 76af15f326db2619f09bf65157ff808775254cc6 /dns | |
parent | 7e21df05ab1a7cfc56ef68b4462544ca8b0670f8 (diff) | |
download | freebsd-ports-gnome-a00d5eb210d629ee2a3a9827a229727011490c43.tar.gz freebsd-ports-gnome-a00d5eb210d629ee2a3a9827a229727011490c43.tar.zst freebsd-ports-gnome-a00d5eb210d629ee2a3a9827a229727011490c43.zip |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Diffstat (limited to 'dns')
-rw-r--r-- | dns/libbind/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/libbind/Makefile b/dns/libbind/Makefile index 2d61f69a1965..6316978b7245 100644 --- a/dns/libbind/Makefile +++ b/dns/libbind/Makefile @@ -27,6 +27,10 @@ OPTIONS= IPV6 "Compile with IPv6 support" on \ .include <bsd.port.pre.mk> +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + .if !defined(WITHOUT_IPV6) CONFIGURE_ARGS+= --enable-ipv6 .else |