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 | |
parent | a327ff430ab824a5e8342f6a95e1d749c043e5de (diff) | |
download | ports-036f2c5ce66c0fd84dd8be073043ff2aaa6a6175.tar.gz ports-036f2c5ce66c0fd84dd8be073043ff2aaa6a6175.zip |
Notes
Diffstat (limited to 'chinese/fcitx')
-rw-r--r-- | chinese/fcitx/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile index eebb0f307323..eb08e57b9b04 100644 --- a/chinese/fcitx/Makefile +++ b/chinese/fcitx/Makefile @@ -17,9 +17,9 @@ COMMENT= A Flexible Input Method Framework LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ - dbus-1:${PORTSDIR}/devel/dbus \ - icuuc:${PORTSDIR}/devel/icu +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ + libdbus-1.so:${PORTSDIR}/devel/dbus \ + libicuuc.so:${PORTSDIR}/devel/icu RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils MAN1= createPYMB.1 fcitx-remote.1 fcitx.1 mb2org.1 mb2txt.1 \ @@ -80,7 +80,7 @@ PLIST_SUB+= QT4="@comment " .endif .if ${PORT_OPTIONS:MOPENCC} -LIB_DEPENDS+= opencc:${PORTSDIR}/chinese/opencc +LIB_DEPENDS+= libopencc.so:${PORTSDIR}/chinese/opencc .else CMAKE_ARGS+= -DENABLE_OPENCC=OFF .endif |