devel/ruby-racc-runtime has been replaced with lang/ruby16-shim-ruby18.

Reported by:	make index
This commit is contained in:
Akinori MUSHA 2002-06-09 06:10:04 +00:00
parent 536c69d904
commit 91a4d5dbbf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60944
2 changed files with 14 additions and 4 deletions

View File

@ -15,10 +15,15 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
BUILD_DEPENDS= racc:${PORTSDIR}/devel/ruby-racc
RUN_DEPENDS= ${RUBY_SITELIBDIR}/racc/parser.rb:${PORTSDIR}/devel/ruby-racc-runtime
USE_RUBY= yes
.include <bsd.port.pre.mk>
.if ${RUBY_VER} < 1.7
RUN_DEPENDS+= ${RUBY_SITELIBDIR}/racc/parser.rb:${PORTSDIR}/lang/ruby16-shim-ruby18
.endif
do-build:
cd ${WRKSRC}; racc -v -g -c -o xmldtd.rb xmldtd.ry
@ -29,4 +34,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/${PORTNAME}/ja/
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -15,10 +15,15 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
BUILD_DEPENDS= racc:${PORTSDIR}/devel/ruby-racc
RUN_DEPENDS= ${RUBY_SITELIBDIR}/racc/parser.rb:${PORTSDIR}/devel/ruby-racc-runtime
USE_RUBY= yes
.include <bsd.port.pre.mk>
.if ${RUBY_VER} < 1.7
RUN_DEPENDS+= ${RUBY_SITELIBDIR}/racc/parser.rb:${PORTSDIR}/lang/ruby16-shim-ruby18
.endif
do-build:
cd ${WRKSRC}; racc -v -g -c -o xmldtd.rb xmldtd.ry
@ -29,4 +34,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/${PORTNAME}/ja/
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>