Refelect dependency due to gemspec.
Bump PKGREVISION.
This commit is contained in:
parent
383a7348f7
commit
efe5eba45e
1 changed files with 4 additions and 3 deletions
|
@ -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]*
|
||||
|
||||
|
|
Loading…
Reference in a new issue