diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-12-10 18:55:51 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-12-10 18:55:51 +0000 |
commit | c75479cdc25ae1beeee7436763cb01d9f09be9d9 (patch) | |
tree | d058c7f284d562ae00a8a7cbf0bb7ee28d729265 /japanese | |
parent | 166770e20f414b62c12aeafc74bda33ddcaf835b (diff) | |
download | ports-c75479cdc25ae1beeee7436763cb01d9f09be9d9.tar.gz ports-c75479cdc25ae1beeee7436763cb01d9f09be9d9.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/prime/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/prime/Makefile b/japanese/prime/Makefile index 73093ea90c58..c0e392a001a5 100644 --- a/japanese/prime/Makefile +++ b/japanese/prime/Makefile @@ -7,13 +7,14 @@ PORTNAME= prime DISTVERSION= 1.0.0.1 +PORTREVISION= 1 CATEGORIES= japanese MASTER_SITES= http://prime.sourceforge.jp/src/ MAINTAINER= otsuji@users.sourceforge.jp COMMENT= PRedictive Input Method Editor(PRIME) -LIB_DEPENDS= sary.9:${PORTSDIR}/textproc/sary +LIB_DEPENDS= sary.10:${PORTSDIR}/textproc/sary RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/sary.so:${PORTSDIR}/textproc/ruby-sary \ ${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv \ ${LOCALBASE}/share/emacs/site-lisp/init-suikyo.el:${PORTSDIR}/japanese/suikyo \ |