summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-03-08 14:07:43 +0000
committertaca <taca@pkgsrc.org>2015-03-08 14:07:43 +0000
commitfe0647b28c26261837051d619867058cd2e5d193 (patch)
treeb2b4fcced3a69e29732f64c5e49204749a7f1ec1
parentf4f46de6f199f32de554944e06f5b9ad153fffb2 (diff)
downloadpkgsrc-fe0647b28c26261837051d619867058cd2e5d193.tar.gz
Restrict to Ruby 1.8.7 since this package use Ruby 1.8.7 depended code.
-rw-r--r--textproc/ruby-suikyo/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/ruby-suikyo/Makefile b/textproc/ruby-suikyo/Makefile
index f9c00172412..1a5a07a467f 100644
--- a/textproc/ruby-suikyo/Makefile
+++ b/textproc/ruby-suikyo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/10/25 06:56:59 asau Exp $
+# $NetBSD: Makefile,v 1.5 2015/03/08 14:07:43 taca Exp $
#
.include "../../textproc/suikyo/Makefile.common"
@@ -12,13 +12,14 @@ COMMENT= Suikyo for Ruby
DEPENDS+= suikyo-conv-table>=${SUIKYO_VER}:../../textproc/suikyo-conv-table
DEPENDS+= suikyo-docs>=${SUIKYO_VER}:../../textproc/suikyo-docs
-
#
# The same dictonary directory now.
#
CONFLICTS+= ruby[1-9][0-9]-suikyo-*
BUILD_DIRS+= ruby
+RUBY_VERSION_SUPPORTED= 18
+
CONFIGURE_ARGS+= --with-rubydir=${PREFIX}/${RUBY_VENDORLIB}
.include "../../lang/ruby/modules.mk"