diff options
author | taca <taca@pkgsrc.org> | 2014-03-13 17:06:42 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-03-13 17:06:42 +0000 |
commit | 109bf3df96cec60111ffbc10c43f8d5b6d5b6900 (patch) | |
tree | 3d50a78f79066e49cfd996ad6ec21e718f75f3e8 /textproc/groonga/Makefile | |
parent | acc14fe6be841a32905b2c96665f62e48dc77d59 (diff) | |
download | pkgsrc-109bf3df96cec60111ffbc10c43f8d5b6d5b6900.tar.gz |
Refelect change of RUBY_SRCDIR.
Diffstat (limited to 'textproc/groonga/Makefile')
-rw-r--r-- | textproc/groonga/Makefile | 6 |
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++ |