diff options
author | taca <taca@pkgsrc.org> | 2005-11-03 07:20:56 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-11-03 07:20:56 +0000 |
commit | 6e1120608678d713b4a9010e242f144d75bb51af (patch) | |
tree | 93fe54a525b3fcfc00c679aa0e9bcd385e75b58e /textproc/ruby-rttool/Makefile | |
parent | b42bc6a9491f8fdc2ecdb67264511b37cde3edf4 (diff) | |
download | pkgsrc-6e1120608678d713b4a9010e242f144d75bb51af.tar.gz |
Remove supporting ruby16-base package.
Diffstat (limited to 'textproc/ruby-rttool/Makefile')
-rw-r--r-- | textproc/ruby-rttool/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/ruby-rttool/Makefile b/textproc/ruby-rttool/Makefile index c941bf8cc94..28602304652 100644 --- a/textproc/ruby-rttool/Makefile +++ b/textproc/ruby-rttool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/11/03 05:26:10 taca Exp $ +# $NetBSD: Makefile,v 1.13 2005/11/03 07:21:40 taca Exp $ DISTNAME= rttool-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -20,12 +20,6 @@ DOCS= rttool.en.rd rttool.ja.rd SRCS= rt2html-lib.rb rt2txt-lib.rb rtparser.rb \ rtvisitor.rb w3m.rb -.include "../../lang/ruby/rubyversion.mk" - -.if ${RUBY_VER} == 16 -DEPENDS+= ${RUBY_PKGPREFIX}-optparse>=0.7:../../devel/ruby-optparse -.endif - post-install: ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/rt .for f in ${DOCS} ${HTMLDOCS} |