From 1b1fd1f7c211f2e33b48d275a26b1350c1215d98 Mon Sep 17 00:00:00 2001 From: crees Date: Sun, 11 Jun 2017 21:39:53 +0000 Subject: Does not build on head Fix in the works, but done to stop fallout mails. --- x11-wm/cde/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'x11-wm') 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 + +.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: -- cgit