summaryrefslogtreecommitdiff
path: root/textproc/groonga/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-11-08 15:42:27 +0000
committertaca <taca@pkgsrc.org>2011-11-08 15:42:27 +0000
commit4c699984fdfbfc4154d98f59825fc855effc044a (patch)
tree163049bb0c6797ec33c779997f58881ad4f1443e /textproc/groonga/Makefile
parent1d744177ac953257d3d1b18071c9640bac5076d3 (diff)
downloadpkgsrc-4c699984fdfbfc4154d98f59825fc855effc044a.tar.gz
Use RUBY_VERSION instead of RUBY_REQD.
Diffstat (limited to 'textproc/groonga/Makefile')
-rw-r--r--textproc/groonga/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile
index 0150b58ff39..3644520f409 100644
--- a/textproc/groonga/Makefile
+++ b/textproc/groonga/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2011/10/28 16:59:43 obache Exp $
+# $NetBSD: Makefile,v 1.11 2011/11/08 15:42:27 taca Exp $
#
DISTNAME= groonga-1.2.7
@@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/ruby/rubyversion.mk"
-DEPENDS+= ${RUBY_BASE}>=${RUBY_REQD}:../../lang/${RUBY_BASE}
+DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:../../lang/${RUBY_BASE}
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++