diff options
Diffstat (limited to 'x11-toolkits/xview/Makefile')
-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 \ |