diff options
author | taca <taca@pkgsrc.org> | 2005-11-03 07:18:32 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-11-03 07:18:32 +0000 |
commit | 56728c500c65c9cf666e69472430d92e48719156 (patch) | |
tree | 675b0d5171f3b725252c13b408a8ce85a1f39f1e /devel | |
parent | d8c78e916b30da2a899692f32a2b770b91238bac (diff) | |
download | pkgsrc-56728c500c65c9cf666e69472430d92e48719156.tar.gz |
Remove specifying RUBY_VERSION_SUPPORTED.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/newfile/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/newfile/Makefile b/devel/newfile/Makefile index a41d7a454d8..b4704adcd89 100644 --- a/devel/newfile/Makefile +++ b/devel/newfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/11/02 11:09:14 taca Exp $ +# $NetBSD: Makefile,v 1.13 2005/11/03 07:18:32 taca Exp $ # DISTNAME= newfile-1.0.14 @@ -13,13 +13,6 @@ COMMENT= Tool for creating starter files in various languages NO_BUILD= yes GNU_CONFIGURE= yes USE_RUBY_DIST_SUBDIR= yes - -.include "../../lang/ruby/rubyversion.mk" - -.if ${RUBY_VER} == "16" -DEPENDS+= ${RUBY_PKGPREFIX}-optparse>=0.8.6:../../devel/ruby-optparse -.endif - REPLACE_RUBY= src/newfile.rb.in post-install: |