diff options
author | pav <pav@FreeBSD.org> | 2004-01-24 00:54:16 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-24 00:54:16 +0800 |
commit | 698104d8179ea7e242331b44eb42b2adb410acec (patch) | |
tree | 08624ed4aa862cde3c11b2cd0a5483c5e25e50ac /chinese/fcitx | |
parent | 86b2491fcc115897f180756e179ab5dd2c26cf81 (diff) | |
download | freebsd-ports-gnome-698104d8179ea7e242331b44eb42b2adb410acec.tar.gz freebsd-ports-gnome-698104d8179ea7e242331b44eb42b2adb410acec.tar.zst freebsd-ports-gnome-698104d8179ea7e242331b44eb42b2adb410acec.zip |
- Add missed dependency on Xft
Reported by: bento via kris
Diffstat (limited to 'chinese/fcitx')
-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 |