diff options
Diffstat (limited to 'chinese/fcitx')
-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 cd398b9e1ed..f619abf0a3f 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 |