aboutsummaryrefslogtreecommitdiff
path: root/chinese/librime
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:58:29 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:58:29 +0000
commit036f2c5ce66c0fd84dd8be073043ff2aaa6a6175 (patch)
treeef741fb504539dbd57ca349262a90088fe841bad /chinese/librime
parenta327ff430ab824a5e8342f6a95e1d749c043e5de (diff)
downloadports-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/librime')
-rw-r--r--chinese/librime/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/chinese/librime/Makefile b/chinese/librime/Makefile
index 58206a1e8f3d..2e0764ab80c7 100644
--- a/chinese/librime/Makefile
+++ b/chinese/librime/Makefile
@@ -12,11 +12,11 @@ COMMENT= Rime Input Method Engine
LICENSE= GPLv3
-LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \
- glog:${PORTSDIR}/devel/glog \
- kyotocabinet:${PORTSDIR}/databases/kyotocabinet \
- opencc:${PORTSDIR}/chinese/opencc \
- yaml-cpp:${PORTSDIR}/devel/yaml-cpp
+LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \
+ libglog.so:${PORTSDIR}/devel/glog \
+ libkyotocabinet.so:${PORTSDIR}/databases/kyotocabinet \
+ libopencc.so:${PORTSDIR}/chinese/opencc \
+ libyaml-cpp.so:${PORTSDIR}/devel/yaml-cpp
USES= cmake pkgconfig gettext perl5
USE_PERL5= build patch