diff options
author | taca <taca@pkgsrc.org> | 2002-03-16 03:38:10 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-03-16 03:38:10 +0000 |
commit | caa1e8d3e7ff4dd13309d63033cf4b14a03fbcb7 (patch) | |
tree | d979057f61b030cb2808712f5d1f976984220d9b /textproc/ruby-rttool | |
parent | 4874948b847f86f1d32f2e7fe77bad0c3c7014f3 (diff) | |
download | pkgsrc-caa1e8d3e7ff4dd13309d63033cf4b14a03fbcb7.tar.gz |
Remove dependency to www/w3m. It isn't always needed to build and run
though it is useful with w3m.
Diffstat (limited to 'textproc/ruby-rttool')
-rw-r--r-- | textproc/ruby-rttool/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/ruby-rttool/Makefile b/textproc/ruby-rttool/Makefile index 51a386f346e..e6d285704ae 100644 --- a/textproc/ruby-rttool/Makefile +++ b/textproc/ruby-rttool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/01/04 00:13:06 taca Exp $ +# $NetBSD: Makefile,v 1.5 2002/03/16 03:38:10 taca Exp $ DISTNAME= rttool-${VERSION} PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME} @@ -10,7 +10,6 @@ HOMEPAGE= http://www.ruby-lang.org/~rubikitch/computer/rt.html COMMENT= RT to HTML (and hopefully LaTeX in future) table converter DEPENDS+= ${RUBY_PKGNAMEPREFIX}optparse>=0.7:../../devel/ruby-optparse -DEPENDS+= w3m>=0.2.1:../../www/w3m DIST_SUBDIR= ruby VERSION= 0.1.7 @@ -21,7 +20,6 @@ REPLACE_RUBY= bin/rt/rt2 lib/rt/rt2html-lib.rb lib/rt/rt2txt-lib.rb \ lib/rt/rtparser-test.rb lib/rt/rtparser.rb \ lib/rt/rtvisitor.rb lib/rt/w3m.rb -#DOCS= rt.html rt.rd EXAMPLES= rttest.rd test1.rt test2.rt pre-configure: |