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 | 9f78b5509cd3114149bb3051dfe1a32f4943333c (patch) | |
tree | 93fe54a525b3fcfc00c679aa0e9bcd385e75b58e /textproc | |
parent | 86aa02418d6af195001150da4482c0b7a3ced3d4 (diff) | |
download | pkgsrc-9f78b5509cd3114149bb3051dfe1a32f4943333c.tar.gz |
Remove supporting ruby16-base package.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-amrita/Makefile | 8 | ||||
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 9 | ||||
-rw-r--r-- | textproc/ruby-rttool/Makefile | 8 |
3 files changed, 3 insertions, 22 deletions
diff --git a/textproc/ruby-amrita/Makefile b/textproc/ruby-amrita/Makefile index 85a52d2bc3e..3d59381f7c2 100644 --- a/textproc/ruby-amrita/Makefile +++ b/textproc/ruby-amrita/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/11/02 11:35:15 taca Exp $ +# $NetBSD: Makefile,v 1.9 2005/11/03 07:21:14 taca Exp $ DISTNAME= amrita-1.0.2 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -17,12 +17,6 @@ DOCS= ChangeLog README README_ja REPLACE_RUBY= bin/ams bin/amshandler bin/amx USE_RUBY_DIST_SUBDIR= yes -.include "../../lang/ruby/rubyversion.mk" - -.if ${RUBY_VER} == 16 -DEPENDS+= ${RUBY_PKGPREFIX}-strscan>=0.6.5:../../devel/ruby-strscan -.endif - INSTALLATION_DIRS= bin post-patch: diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index f0a3a658456..06f98a17d02 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/11/03 05:21:18 taca Exp $ +# $NetBSD: Makefile,v 1.18 2005/11/03 07:21:28 taca Exp $ DISTNAME= rdtool-0.6.18 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -15,13 +15,6 @@ CONFLICTS+= ruby[1-9][0-9]-rdtool-* USE_RUBY_DIST_SUBDIR= yes -.include "../../lang/ruby/rubyversion.mk" - -.if ${RUBY_VER} == "16" -DEPENDS+= ${RUBY_PKGPREFIX}-optparse>=0.7:../../devel/ruby-optparse -DEPENDS+= ${RUBY_PKGPREFIX}-strscan>=0.6.1:../../devel/ruby-strscan -.endif - USE_RUBY_SETUP= yes USE_PKGINSTALL= yes REPLACE_RUBY= bin/rd2 bin/rdswap.rb 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} |