diff options
author | erwin <erwin@FreeBSD.org> | 2008-01-04 03:25:15 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2008-01-04 03:25:15 +0800 |
commit | 29a4e8d4b55f7923b3fd5e8edc21d75fc2c21539 (patch) | |
tree | d57c11907f4ee081c7c586ef4ad0161bd2c0d2b2 /graphics | |
parent | 63c61a06b33844f18931d7a601aee51c9e074798 (diff) | |
download | freebsd-ports-graphics-29a4e8d4b55f7923b3fd5e8edc21d75fc2c21539.tar.gz freebsd-ports-graphics-29a4e8d4b55f7923b3fd5e8edc21d75fc2c21539.tar.zst freebsd-ports-graphics-29a4e8d4b55f7923b3fd5e8edc21d75fc2c21539.zip |
Mark BROKEN on 8.0
Diffstat (limited to 'graphics')
-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 c41ae58608d..d4f612d6533 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> |