diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-02-04 01:59:28 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-02-04 01:59:28 +0800 |
commit | 0f8b80f70631bdbb533f86f4c1337889cc8aaf6f (patch) | |
tree | 2bed2389914d7baca838a4bba392d014daf99acb /chinese | |
parent | b9dcc602eff9062223cb3f4562bca58d0b1e43e6 (diff) | |
download | freebsd-ports-gnome-0f8b80f70631bdbb533f86f4c1337889cc8aaf6f.tar.gz freebsd-ports-gnome-0f8b80f70631bdbb533f86f4c1337889cc8aaf6f.tar.zst freebsd-ports-gnome-0f8b80f70631bdbb533f86f4c1337889cc8aaf6f.zip |
- Mark BROKEN on 7.X
Reported by: pointyhat
Feature safe: yes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/fcitx/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile index cd398b9e1edc..f619abf0a3f7 100644 --- a/chinese/fcitx/Makefile +++ b/chinese/fcitx/Makefile @@ -34,6 +34,10 @@ OPTIONS= XFT "Use Xft for Freetype font support" on \ .include <bsd.port.options.mk> +.if ${OSVERSION} < 800000 +BROKEN= does not build on 7.X +.endif + .if defined(WITH_XFT) LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft .else |