aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-02-04 01:59:28 +0800
committerpav <pav@FreeBSD.org>2011-02-04 01:59:28 +0800
commitb3394a29b788f677cf93a36f7a609fbf5f06a53b (patch)
tree458f8655e99b577ebc370ece21a26f4a1cd6fdc1
parentc3acc7303b740a713682f4d4c1790b1ff50a511b (diff)
downloadfreebsd-ports-gnome-b3394a29b788f677cf93a36f7a609fbf5f06a53b.tar.gz
freebsd-ports-gnome-b3394a29b788f677cf93a36f7a609fbf5f06a53b.tar.zst
freebsd-ports-gnome-b3394a29b788f677cf93a36f7a609fbf5f06a53b.zip
- Mark BROKEN on 7.X
Reported by: pointyhat Feature safe: yes
-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