diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-01-03 19:25:15 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-01-03 19:25:15 +0000 |
commit | 3e5ff38dd86b9c46e61cf1031d2912731dbb8c6e (patch) | |
tree | 9ebf150016853e9e62efc65aacd4584f50990eb8 /graphics/plasma-kmod | |
parent | 8e58ca83ab917c3639796b3ea56fb04c9fee19d7 (diff) | |
download | ports-3e5ff38dd86b9c46e61cf1031d2912731dbb8c6e.tar.gz ports-3e5ff38dd86b9c46e61cf1031d2912731dbb8c6e.zip |
Notes
Diffstat (limited to 'graphics/plasma-kmod')
-rw-r--r-- | graphics/plasma-kmod/Makefile | 3 |
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> |