aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--x11-wm/cde/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-wm/cde/Makefile b/x11-wm/cde/Makefile
index 270b8fce8c77..d1a81534f904 100644
--- a/x11-wm/cde/Makefile
+++ b/x11-wm/cde/Makefile
@@ -28,6 +28,12 @@ MAKE_ARGS+= PERL=${PERL}
MAKE_JOBS_UNSAFE=yes
SUB_FILES= pkg-message
+.include <bsd.port.options.mk>
+
+.if ${OSVERSION} > 1200000
+BROKEN= Does not build on head
+.endif
+
DTPATHSRE= 's,/usr/dt,${STAGEDIR}${PREFIX}/dt,;s,/etc/dt,${STAGEDIR}${PREFIX}/etc/dt,;\
s,/var/dt,${STAGEDIR}${PREFIX}/dt/var,'
post-patch: