summaryrefslogtreecommitdiff
path: root/textproc
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
commit6dfb09edf7ef053cf1c68c12cb114c6417712379 (patch)
tree163049bb0c6797ec33c779997f58881ad4f1443e /textproc
parente198f9bc7cd3dd0ce576da348adedd56b563b7ef (diff)
downloadpkgsrc-6dfb09edf7ef053cf1c68c12cb114c6417712379.tar.gz
Use RUBY_VERSION instead of RUBY_REQD.
Diffstat (limited to 'textproc')
-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++