diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-22 17:01:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-22 17:01:30 +0000 |
commit | b372d889a96f643c982475d53ce27e07d15bc3bb (patch) | |
tree | 2f5894b69927bc2d53c4b5b2b0050723f5548a94 /x11-toolkits/xview | |
parent | 3f3c731162c6acfd7eccd93f0d254f26903cb26d (diff) | |
download | ports-b372d889a96f643c982475d53ce27e07d15bc3bb.tar.gz ports-b372d889a96f643c982475d53ce27e07d15bc3bb.zip |
Mark as broken on recent versions of 5.x due to imake problems.
Notes
Notes:
svn path=/head/; revision=94711
Diffstat (limited to 'x11-toolkits/xview')
-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 \ |