summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
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"