diff options
author | erwin <erwin@FreeBSD.org> | 2009-06-14 00:30:38 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2009-06-14 00:30:38 +0800 |
commit | ff1116ed511440229862628804cd3809c6a25c25 (patch) | |
tree | 8f7fec3223c7ad66d516d12b581eea4bc8cdbc71 /x11 | |
parent | 76e2eaeb9673ba39070e4b7125748510b6b5fa52 (diff) | |
download | freebsd-ports-gnome-ff1116ed511440229862628804cd3809c6a25c25.tar.gz freebsd-ports-gnome-ff1116ed511440229862628804cd3809c6a25c25.tar.zst freebsd-ports-gnome-ff1116ed511440229862628804cd3809c6a25c25.zip |
Mark BROKEN on 8.x: does not build.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/chameleon/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/chameleon/Makefile b/x11/chameleon/Makefile index 4c2c0c5f6a46..4d7fc98efcfc 100644 --- a/x11/chameleon/Makefile +++ b/x11/chameleon/Makefile @@ -37,4 +37,10 @@ pre-install: @if test ! -d ${PIXMAPSDIR}; then \ ${MKDIR} ${PIXMAPSDIR}; ${CHMOD} 0755 ${PIXMAPSDIR}; fi -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800000 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |