summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca>2011-08-12 16:39:31 +0000
committertaca <taca>2011-08-12 16:39:31 +0000
commitbc501c1318447b3c1e0cc736274e7b4cfe74335c (patch)
treed59d72e2de6b1de0e6daa6efe26e50c20f8d55e9 /devel
parent20311f0a8ce60aead2b17c504cdb4802b49ceaca (diff)
downloadpkgsrc-bc501c1318447b3c1e0cc736274e7b4cfe74335c.tar.gz
Refelect dependency due to gemspec.
Bump PKGREVISION.
Diffstat (limited to 'devel')
-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]*