diff options
author | taca <taca@pkgsrc.org> | 2010-09-07 17:20:24 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-09-07 17:20:24 +0000 |
commit | 72147b96ab06e2b9ba055685a62e6ba84b3003e1 (patch) | |
tree | 863f7f355b58052b95a57f7d0ca9c9cef8e22234 /inputmethod/prime | |
parent | 1a4b88380de4a9bad30df320617f55bf20775fa5 (diff) | |
download | pkgsrc-72147b96ab06e2b9ba055685a62e6ba84b3003e1.tar.gz |
* Mark these packages Ruby 1.8.x support only.
* Add some comments and a little clean up.
No functional change.
Diffstat (limited to 'inputmethod/prime')
-rw-r--r-- | inputmethod/prime/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/inputmethod/prime/Makefile b/inputmethod/prime/Makefile index 4352a34d388..6208007fc1e 100644 --- a/inputmethod/prime/Makefile +++ b/inputmethod/prime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/05/16 00:26:49 obache Exp $ +# $NetBSD: Makefile,v 1.6 2010/09/07 17:20:26 taca Exp $ # DISTNAME= prime-1.0.0.1 @@ -18,6 +18,15 @@ DEPENDS+= ${RUBY_PKGPREFIX}-suikyo>=2.0:../../textproc/ruby-suikyo DEPENDS+= ${RUBY_PKGPREFIX}-progressbar-[0-9]*:../../misc/ruby-progressbar DEPENDS+= ${RUBY_PKGPREFIX}-sary-[0-9]*:../../textproc/ruby-sary +# +# The same dictonary directory now. +# +#CONFLICTS+= ruby[1-9][0-9]-prime-[1-9]* +# +# Currently, it seems some encoding problem. +# +RUBY_VERSION_SUPPORTED= 18 + GNU_CONFIGURE= yes USE_TOOLS+= pkg-config USE_LANGUAGES= # none |