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-rime/Makefile | |
parent | a327ff430ab824a5e8342f6a95e1d749c043e5de (diff) | |
download | ports-036f2c5ce66c0fd84dd8be073043ff2aaa6a6175.tar.gz ports-036f2c5ce66c0fd84dd8be073043ff2aaa6a6175.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in chinese
Notes
Notes:
svn path=/head/; revision=336173
Diffstat (limited to 'chinese/fcitx-rime/Makefile')
-rw-r--r-- | chinese/fcitx-rime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/fcitx-rime/Makefile b/chinese/fcitx-rime/Makefile index 96e05b025491..f2ba1192a0e7 100644 --- a/chinese/fcitx-rime/Makefile +++ b/chinese/fcitx-rime/Makefile @@ -11,8 +11,8 @@ DIST_SUBDIR= fcitx MAINTAINER= lichray@gmail.com COMMENT= RIME support for Fcitx -LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ - rime:${PORTSDIR}/chinese/librime +LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \ + librime.so:${PORTSDIR}/chinese/librime USE_LDCONFIG= ${PREFIX}/lib/fcitx/ USE_XZ= yes |