summaryrefslogtreecommitdiff
path: root/graphics/plasma-kmod
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2008-01-03 19:25:15 +0000
committerErwin Lansing <erwin@FreeBSD.org>2008-01-03 19:25:15 +0000
commit3e5ff38dd86b9c46e61cf1031d2912731dbb8c6e (patch)
tree9ebf150016853e9e62efc65aacd4584f50990eb8 /graphics/plasma-kmod
parent- Take maintainership, I use this a lot. (diff)
Mark BROKEN on 8.0
Notes
Notes: svn path=/head/; revision=204941
Diffstat (limited to 'graphics/plasma-kmod')
-rw-r--r--graphics/plasma-kmod/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/plasma-kmod/Makefile b/graphics/plasma-kmod/Makefile
index c41ae58608d8..d4f612d65335 100644
--- a/graphics/plasma-kmod/Makefile
+++ b/graphics/plasma-kmod/Makefile
@@ -33,5 +33,8 @@ post-install:
BROKEN= Does not configure
.endif
.endif
+.if ${OSVERSION} >= 800000
+BROKEN= Does not build
+.endif
.include <bsd.port.post.mk>