aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2009-06-13 16:30:38 +0000
committerErwin Lansing <erwin@FreeBSD.org>2009-06-13 16:30:38 +0000
commitd656a3c94bb905c7631630d288163bf6aedb0588 (patch)
tree78496c2153d89a019545d9534cf70e0911b8d8cc /x11
parent39604c3a7c2f40f2c59ebbd3c6fc80fed296516c (diff)
downloadports-d656a3c94bb905c7631630d288163bf6aedb0588.tar.gz
ports-d656a3c94bb905c7631630d288163bf6aedb0588.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/chameleon/Makefile8
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>