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 /x11 | |
parent | c2162ea77a5d01ddb0a8ebbc58039db968448bd0 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index 44c52d1aad50..e3ca32b9528a 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -40,6 +40,10 @@ PLIST_FILES= bin/rxvt .include <bsd.port.pre.mk> +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + # enable big5 support .if defined(WITH_BIG5) CONFIGURE_ARGS+= --enable-big5 |