diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-20 21:31:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-20 21:31:19 +0800 |
commit | 3254ae9810b800b81b68dc596da6fe0fc944aea2 (patch) | |
tree | 68002d1e269690a1163221938b4c44885eee987b /x11/rxvt | |
parent | 2f1e207f7ac3b7a583004db25bbc29ad770a6d79 (diff) | |
download | freebsd-ports-gnome-3254ae9810b800b81b68dc596da6fe0fc944aea2.tar.gz freebsd-ports-gnome-3254ae9810b800b81b68dc596da6fe0fc944aea2.tar.zst freebsd-ports-gnome-3254ae9810b800b81b68dc596da6fe0fc944aea2.zip |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Diffstat (limited to 'x11/rxvt')
-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 |