summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-03-10 16:15:58 +0000
committertaca <taca@pkgsrc.org>2015-03-10 16:15:58 +0000
commit1541d9e482c2287af4f846588da429c72c96489a (patch)
tree5f8c64d0897ac6cd7099c0f8b124b68d78822cd3 /inputmethod
parentf726f432a2231e682dea7d35a321e09239d8b310 (diff)
downloadpkgsrc-1541d9e482c2287af4f846588da429c72c96489a.tar.gz
This package supports ruby18 only.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/prime-dict/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/inputmethod/prime-dict/Makefile b/inputmethod/prime-dict/Makefile
index e6fa94516a8..525c248cdd4 100644
--- a/inputmethod/prime-dict/Makefile
+++ b/inputmethod/prime-dict/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/10/06 14:25:15 asau Exp $
+# $NetBSD: Makefile,v 1.6 2015/03/10 16:15:58 taca Exp $
#
DISTNAME= prime-dict-1.0.0
@@ -15,5 +15,7 @@ USE_LANGUAGES= # none
CONFIGURE_ARGS+= --with-rubydir=${PREFIX}/${RUBY_VENDORLIB}
+RUBY_VERSION_SUPPORTED= 18
+
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"