summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/wmcp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/wmcp/Makefile b/x11-wm/wmcp/Makefile
index 070e12b47d04..54c301f4b97f 100644
--- a/x11-wm/wmcp/Makefile
+++ b/x11-wm/wmcp/Makefile
@@ -20,4 +20,10 @@ ALL_TARGET= clean wmcp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmcp ${PREFIX}/bin
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>