summaryrefslogtreecommitdiff
path: root/devel/ruby2ruby
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-08-12 16:39:31 +0000
committertaca <taca@pkgsrc.org>2011-08-12 16:39:31 +0000
commitefe5eba45e52428fa1ebceb3fbabc369395d2a7c (patch)
treed59d72e2de6b1de0e6daa6efe26e50c20f8d55e9 /devel/ruby2ruby
parent383a7348f756fc5185a4e875f17ebd0df0a053b2 (diff)
downloadpkgsrc-efe5eba45e52428fa1ebceb3fbabc369395d2a7c.tar.gz
Refelect dependency due to gemspec.
Bump PKGREVISION.
Diffstat (limited to 'devel/ruby2ruby')
-rw-r--r--devel/ruby2ruby/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/ruby2ruby/Makefile b/devel/ruby2ruby/Makefile
index f465c9e6098..01816aa76b4 100644
--- a/devel/ruby2ruby/Makefile
+++ b/devel/ruby2ruby/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2010/09/10 06:35:55 taca Exp $
+# $NetBSD: Makefile,v 1.5 2011/08/12 16:39:31 taca Exp $
DISTNAME= ruby2ruby-1.2.5
+PKGREVISION= 1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -8,8 +9,8 @@ HOMEPAGE= http://seattlerb.rubyforge.org/
COMMENT= Pure Ruby code from Ruby S-expressions
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-sexp-processor>=3.0:../../devel/ruby-sexp-processor
-DEPENDS+= ${RUBY_PKGPREFIX}-parser>=2.0:../../devel/ruby-parser
+DEPENDS+= ${RUBY_PKGPREFIX}-sexp-processor>=3.0<4:../../devel/ruby-sexp-processor
+DEPENDS+= ${RUBY_PKGPREFIX}-parser>=2.0<3:../../devel/ruby-parser
CONFLICTS+= ruby[1-9][0-9]-ruby2ruby-[0-9]*