Re-add dependency to ruby-strscan package since ruby-rdtool package
depends to it at runtime. Bump package revision.
This commit is contained in:
parent
0260d69e40
commit
b56ad13e4c
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# $NetBSD: Makefile,v 1.11 2004/03/16 02:01:11 taca Exp $
|
# $NetBSD: Makefile,v 1.12 2004/04/11 13:17:09 taca Exp $
|
||||||
# FreeBSD: ports/textproc/ruby-rdtool/Makefile,v 1.15 2001/01/30 19:20:09 knu Exp
|
# FreeBSD: ports/textproc/ruby-rdtool/Makefile,v 1.15 2001/01/30 19:20:09 knu Exp
|
||||||
|
|
||||||
DISTNAME= rdtool-${RUBY_RD_VERSION}
|
DISTNAME= rdtool-${RUBY_RD_VERSION}
|
||||||
PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
|
PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
|
||||||
PKGREVISION= 2
|
PKGREVISION= 3
|
||||||
CATEGORIES= textproc ruby
|
CATEGORIES= textproc ruby
|
||||||
MASTER_SITES= http://www2.pos.to/~tosh/ruby/rdtool/archive/
|
MASTER_SITES= http://www2.pos.to/~tosh/ruby/rdtool/archive/
|
||||||
|
|
||||||
|
@ -11,8 +11,9 @@ MAINTAINER= taca@NetBSD.org
|
||||||
HOMEPAGE= http://www2.pos.to/~tosh/ruby/rdtool/
|
HOMEPAGE= http://www2.pos.to/~tosh/ruby/rdtool/
|
||||||
COMMENT= RD (Ruby Document) converter to HTML/man/etc
|
COMMENT= RD (Ruby Document) converter to HTML/man/etc
|
||||||
|
|
||||||
BUILD_DEPENDS+= ${RUBY_PKGNAMEPREFIX}racc>=1.3.6:../../devel/ruby-racc
|
|
||||||
DEPENDS+= ${RUBY_PKGNAMEPREFIX}optparse>=0.7:../../devel/ruby-optparse
|
DEPENDS+= ${RUBY_PKGNAMEPREFIX}optparse>=0.7:../../devel/ruby-optparse
|
||||||
|
DEPENDS+= ${RUBY_PKGNAMEPREFIX}strscan>=0.6.1:../../devel/ruby-strscan
|
||||||
|
BUILD_DEPENDS+= ${RUBY_PKGNAMEPREFIX}racc>=1.3.6:../../devel/ruby-racc
|
||||||
|
|
||||||
DIST_SUBDIR= ruby
|
DIST_SUBDIR= ruby
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
|
|
Loading…
Reference in a new issue