diff options
-rw-r--r-- | chinese/fcitx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile index a0d23e459901..eb0c70e49c34 100644 --- a/chinese/fcitx/Makefile +++ b/chinese/fcitx/Makefile @@ -14,7 +14,8 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= dryice@liu.com.cn COMMENT= A simple and fast GBK Chinese XIM server -LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ + Xft.2:${PORTSDIR}/x11-fonts/Xft USE_BZIP2= yes USE_XLIB= yes |