diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-07-09 04:16:28 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-07-09 04:16:28 +0000 |
commit | f28db07ce023af239e502d529235317c6ef42234 (patch) | |
tree | ada5a27698fef5ea0355e5f8b11fe757af990bcc /chinese/librime/Makefile | |
parent | 468b950daca8c75e17d3d9d6306fd34cfc45aacd (diff) |
Notes
Diffstat (limited to 'chinese/librime/Makefile')
-rw-r--r-- | chinese/librime/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chinese/librime/Makefile b/chinese/librime/Makefile index 5c53b27e52db..75f9a70fa1f1 100644 --- a/chinese/librime/Makefile +++ b/chinese/librime/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= librime -PORTVERSION= 1.1 +PORTVERSION= 1.2.9 DISTVERSIONPREFIX= rime- -PORTREVISION= 1 CATEGORIES= chinese textproc MAINTAINER= lichray@gmail.com @@ -13,8 +12,10 @@ COMMENT= Rime Input Method Engine, the core library LICENSE= GPLv3 LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ + libgflags.so:devel/gflags \ libglog.so:devel/glog \ - libkyotocabinet.so:databases/kyotocabinet \ + libleveldb.so:databases/leveldb \ + libmarisa.so:devel/marisa-trie \ libopencc.so:chinese/opencc \ libyaml-cpp.so:devel/yaml-cpp @@ -26,7 +27,7 @@ LDFLAGS+= -lintl USE_GITHUB= yes GH_ACCOUNT= rime -PLIST_SUB= VER=${PORTVERSION}.0 +PLIST_SUB= VER=${PORTVERSION} BROKEN_powerpc64= Does not build on powerpc64 |