summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2014-03-13 17:06:42 +0000
committertaca <taca@pkgsrc.org>2014-03-13 17:06:42 +0000
commit109bf3df96cec60111ffbc10c43f8d5b6d5b6900 (patch)
tree3d50a78f79066e49cfd996ad6ec21e718f75f3e8 /textproc
parentacc14fe6be841a32905b2c96665f62e48dc77d59 (diff)
downloadpkgsrc-109bf3df96cec60111ffbc10c43f8d5b6d5b6900.tar.gz
Refelect change of RUBY_SRCDIR.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/groonga/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile
index 929f97a7720..8b587ae158b 100644
--- a/textproc/groonga/Makefile
+++ b/textproc/groonga/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2014/02/25 04:32:54 obache Exp $
+# $NetBSD: Makefile,v 1.38 2014/03/13 17:06:43 taca Exp $
#
DISTNAME= groonga-4.0.0
@@ -10,9 +10,9 @@ HOMEPAGE= http://groonga.org/
COMMENT= Fulltext search engine and column store
LICENSE= gnu-lgpl-v2.1
-RUBY_VERSION_SUPPORTED= 200 193
+RUBY_VERSION_SUPPORTED= 21 200 193
.include "../../lang/ruby/rubyversion.mk"
-DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:../../lang/${RUBY_BASE}
+DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++