diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 13:31:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-03-20 13:31:19 +0000 |
commit | ddb8804c0ffbf246685bcb9d810efeaae6dcd095 (patch) | |
tree | 06abb683687b2272d876ae95f1c12fb5fa9e3f86 /net | |
parent | c2162ea77a5d01ddb0a8ebbc58039db968448bd0 (diff) | |
download | ports-ddb8804c0ffbf246685bcb9d810efeaae6dcd095.tar.gz ports-ddb8804c0ffbf246685bcb9d810efeaae6dcd095.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/v6eval/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/v6eval/Makefile b/net/v6eval/Makefile index 74ed05f9c65f..4dbb1f72c5b3 100644 --- a/net/v6eval/Makefile +++ b/net/v6eval/Makefile @@ -30,6 +30,10 @@ SUB_FILES= pkg-message .include <bsd.port.pre.mk> +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + post-install: @${CAT} ${PKGMESSAGE} |