diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-21 00:04:25 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-21 00:04:25 +0800 |
commit | 7e21df05ab1a7cfc56ef68b4462544ca8b0670f8 (patch) | |
tree | 14f531ec7a26287ebcd61a2af9875fc52658b2ee /x11 | |
parent | acd2b6c1d712752adb1395b117596195c2879e1e (diff) | |
download | freebsd-ports-gnome-7e21df05ab1a7cfc56ef68b4462544ca8b0670f8.tar.gz freebsd-ports-gnome-7e21df05ab1a7cfc56ef68b4462544ca8b0670f8.tar.zst freebsd-ports-gnome-7e21df05ab1a7cfc56ef68b4462544ca8b0670f8.zip |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index abd9da67ce3b..3e61c83b1906 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -48,6 +48,10 @@ MAN1= rxvt.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} > 900007 +BROKEN= fails to build with new utmpx +.endif + # enable 256 color .if defined(WITH_256_COLOR) CONFIGURE_ARGS+= --enable-256-color |