diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 14:58:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 14:58:29 +0000 |
commit | 036f2c5ce66c0fd84dd8be073043ff2aaa6a6175 (patch) | |
tree | ef741fb504539dbd57ca349262a90088fe841bad /chinese/fcitx-googlepinyin | |
parent | a327ff430ab824a5e8342f6a95e1d749c043e5de (diff) |
Notes
Diffstat (limited to 'chinese/fcitx-googlepinyin')
-rw-r--r-- | chinese/fcitx-googlepinyin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/fcitx-googlepinyin/Makefile b/chinese/fcitx-googlepinyin/Makefile index 5728b0325395..46bde18dc621 100644 --- a/chinese/fcitx-googlepinyin/Makefile +++ b/chinese/fcitx-googlepinyin/Makefile @@ -10,8 +10,8 @@ DIST_SUBDIR= fcitx MAINTAINER= lichray@gmail.com COMMENT= A libgooglepinyin support for Fcitx -LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ - googlepinyin:${PORTSDIR}/chinese/libgooglepinyin +LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \ + libgooglepinyin.so:${PORTSDIR}/chinese/libgooglepinyin USE_XZ= yes USES= cmake gettext pkgconfig |