diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-23 01:01:30 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-23 01:01:30 +0800 |
commit | 00864614e03a72e87586a6480b25ab1c99d23d67 (patch) | |
tree | 102853fd2bd697428f4cb1495105a42a92acfc44 /x11-toolkits | |
parent | 3b6a93eba661efa725feffae50bd09029669f5c8 (diff) | |
download | freebsd-ports-gnome-00864614e03a72e87586a6480b25ab1c99d23d67.tar.gz freebsd-ports-gnome-00864614e03a72e87586a6480b25ab1c99d23d67.tar.zst freebsd-ports-gnome-00864614e03a72e87586a6480b25ab1c99d23d67.zip |
Mark as broken on recent versions of 5.x due to imake problems.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/xview/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index 0ce2a7e07ddf..c0bef5e672b6 100644 --- a/x11-toolkits/xview/Makefile +++ b/x11-toolkits/xview/Makefile @@ -43,6 +43,10 @@ post-install: .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 501102 +BROKEN= "Fails to compile due to imake" +.endif + .if ${OSVERSION} >= 500000 post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \ |