aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-02-04 01:59:28 +0800
committerPav Lucistnik <pav@FreeBSD.org>2011-02-04 01:59:28 +0800
commit0f8b80f70631bdbb533f86f4c1337889cc8aaf6f (patch)
tree2bed2389914d7baca838a4bba392d014daf99acb /chinese
parentb9dcc602eff9062223cb3f4562bca58d0b1e43e6 (diff)
downloadfreebsd-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/Makefile4
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