diff options
author | taca <taca@pkgsrc.org> | 2004-03-07 04:40:26 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-03-07 04:40:26 +0000 |
commit | af69d58d6b5cdd04bfe8d76447238fa058e311fe (patch) | |
tree | fb01f92fc8abb839c436f8923ee5a2e9a7c56de4 /textproc/ruby-rdtool/Makefile | |
parent | 30ac880bfabe95f94c24be41bf4a9dc4b1ccf783 (diff) | |
download | pkgsrc-af69d58d6b5cdd04bfe8d76447238fa058e311fe.tar.gz |
Bump package revision.
- Make dependency with racc to build time only.
- Remove extra dependency to ruby-strscan package.
Diffstat (limited to 'textproc/ruby-rdtool/Makefile')
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index a3b5185de1d..ad70dacc54d 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2004/02/11 15:46:32 taca Exp $ +# $NetBSD: Makefile,v 1.10 2004/03/07 04:40:26 taca Exp $ # FreeBSD: ports/textproc/ruby-rdtool/Makefile,v 1.15 2001/01/30 19:20:09 knu Exp DISTNAME= rdtool-${RUBY_RD_VERSION} PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://www2.pos.to/~tosh/ruby/rdtool/archive/ @@ -11,10 +11,8 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www2.pos.to/~tosh/ruby/rdtool/ 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}racc>=1.3.6:../../devel/ruby-racc -DEPENDS+= ${RUBY_PKGNAMEPREFIX}strscan>=0.6.1:../../devel/ruby-strscan -#DEPENDS+= ${RUBY_PKGNAMEPREFIX}forwardable>=1.1:../../devel/ruby14-forwardable DIST_SUBDIR= ruby USE_RUBY= yes @@ -28,6 +26,8 @@ DOCS= ${DOCS_RD} README.html README.html.ja \ do-configure: @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${RUBY} rdtoolconf.rb + @cd ${WRKSRC}; \ + ${RM} -f rd/rdinlineparser.tab.rb rd/rdblockparser.tab.rb post-build: .for f in ${DOCS_RD} |