diff options
author | taca <taca> | 2005-11-03 07:20:56 +0000 |
---|---|---|
committer | taca <taca> | 2005-11-03 07:20:56 +0000 |
commit | 354002c3f95c69311288722f65b81f1b16ef6907 (patch) | |
tree | 93fe54a525b3fcfc00c679aa0e9bcd385e75b58e /textproc/ruby-rdtool | |
parent | 6f9b690f18004939e866b7e3ed745d8f9429edf3 (diff) | |
download | pkgsrc-354002c3f95c69311288722f65b81f1b16ef6907.tar.gz |
Remove supporting ruby16-base package.
Diffstat (limited to 'textproc/ruby-rdtool')
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
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 |