summaryrefslogtreecommitdiff
path: root/textproc/groonga
diff options
context:
space:
mode:
authortaca <taca>2011-11-08 15:42:27 +0000
committertaca <taca>2011-11-08 15:42:27 +0000
commit4f4c5d9f5c8f0815252869308328a196453bbbfc (patch)
tree163049bb0c6797ec33c779997f58881ad4f1443e /textproc/groonga
parentd92e41305d346553f76a43a5f9d5804374922d6f (diff)
downloadpkgsrc-4f4c5d9f5c8f0815252869308328a196453bbbfc.tar.gz
Use RUBY_VERSION instead of RUBY_REQD.
Diffstat (limited to 'textproc/groonga')
-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++