diff options
author | crees <crees@FreeBSD.org> | 2017-06-12 05:39:53 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2017-06-12 05:39:53 +0800 |
commit | 1b1fd1f7c211f2e33b48d275a26b1350c1215d98 (patch) | |
tree | 588ed075f404c46c4e502f5aeba0c6d6966f35ce /x11-wm/cde/Makefile | |
parent | f702f7f2c96dd3384af23fdef444b886a5cc9d63 (diff) | |
download | freebsd-ports-gnome-1b1fd1f7c211f2e33b48d275a26b1350c1215d98.tar.gz freebsd-ports-gnome-1b1fd1f7c211f2e33b48d275a26b1350c1215d98.tar.zst freebsd-ports-gnome-1b1fd1f7c211f2e33b48d275a26b1350c1215d98.zip |
Does not build on head
Fix in the works, but done to stop fallout mails.
Diffstat (limited to 'x11-wm/cde/Makefile')
-rw-r--r-- | x11-wm/cde/Makefile | 6 |
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: |