diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/prime/Makefile | 4 | ||||
-rw-r--r-- | japanese/prime/pkg-plist | 14 |
2 files changed, 8 insertions, 10 deletions
diff --git a/japanese/prime/Makefile b/japanese/prime/Makefile index 9fc3de5083e1..25db9643ff54 100644 --- a/japanese/prime/Makefile +++ b/japanese/prime/Makefile @@ -16,11 +16,11 @@ COMMENT= PRedictive Input Method Editor(PRIME) 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 \ ${LOCALBASE}/share/prime/dict/prime-dict:${PORTSDIR}/japanese/prime-dict USE_RUBY= yes +USE_RUBY_FEATURES= iconv RUBY_WITH_PTHREAD= yes USE_GNOME= pkgconfig @@ -29,8 +29,6 @@ CONFIGURE_ARGS= --with-rubydir=${RUBY_SITELIBDIR} USE_AUTOTOOLS= automake autoconf MAKE_JOBS_UNSAFE= yes -PLIST_SUB= LOCALBASE=${LOCALBASE} - pre-configure: @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL}) diff --git a/japanese/prime/pkg-plist b/japanese/prime/pkg-plist index 37913e5a6b21..c51f72d472b8 100644 --- a/japanese/prime/pkg-plist +++ b/japanese/prime/pkg-plist @@ -57,13 +57,13 @@ etc/prime/Custom_prime.rb @dirrmtry %%RUBY_SITELIBDIR%%/prime/grammar @dirrmtry %%RUBY_SITELIBDIR%%/prime/makedict @dirrmtry %%RUBY_SITELIBDIR%%/prime -%%PORTDOCS%%%%DOCSDIR%%/examples/Custom_prime.rb +%%DOCSDIR%%/examples/Custom_prime.rb %%PORTDOCS%%%%DOCSDIR%%/figures/dict-format.png %%PORTDOCS%%%%DOCSDIR%%/figures/predictive-input.png %%PORTDOCS%%%%DOCSDIR%%/figures/tan-bunsetsu.png -%%PORTDOCS%%%%DOCSDIR%%/uim/prime-custom.scm -%%PORTDOCS%%%%DOCSDIR%%/uim/prime-key-custom.scm -%%PORTDOCS%%%%DOCSDIR%%/uim/prime.scm +%%DOCSDIR%%/uim/prime-custom.scm +%%DOCSDIR%%/uim/prime-key-custom.scm +%%DOCSDIR%%/uim/prime.scm %%PORTDOCS%%%%DOCSDIR%%/uim_prime.html %%PORTDOCS%%%%DOCSDIR%%/dictionary.html %%PORTDOCS%%%%DOCSDIR%%/index.html @@ -72,7 +72,7 @@ etc/prime/Custom_prime.rb %%PORTDOCS%%%%DOCSDIR%%/usage.html %%PORTDOCS%%%%DOCSDIR%%/taiyaki.css %%PORTDOCS%%%%DOCSDIR%%/taiyaki.png -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/examples +@dirrmtry %%DOCSDIR%%/examples %%PORTDOCS%%@dirrmtry %%DOCSDIR%%/figures -%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/uim -%%PORTDOCS%%@dirrmtry %%DOCSDIR%% +@dirrmtry %%DOCSDIR%%/uim +@dirrmtry %%DOCSDIR%% |