aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/wmanager/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/wmanager/Makefile')
-rw-r--r--x11-wm/wmanager/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-wm/wmanager/Makefile b/x11-wm/wmanager/Makefile
index 05f2382ef5db..0678e41479c3 100644
--- a/x11-wm/wmanager/Makefile
+++ b/x11-wm/wmanager/Makefile
@@ -16,6 +16,12 @@ COMMENT= X11 window manager selector
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
@@ -35,4 +41,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/.xinitrc ${EXAMPLESDIR}/xinitrc_sample
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>