diff options
author | taca <taca> | 2005-11-03 07:18:32 +0000 |
---|---|---|
committer | taca <taca> | 2005-11-03 07:18:32 +0000 |
commit | 4b0568986aee237a10b9787457af1cbc1ed257c5 (patch) | |
tree | 675b0d5171f3b725252c13b408a8ce85a1f39f1e /devel/newfile | |
parent | 7abeb526c0e8e8cbf5518911466709c20781cbee (diff) | |
download | pkgsrc-4b0568986aee237a10b9787457af1cbc1ed257c5.tar.gz |
Remove specifying RUBY_VERSION_SUPPORTED.
Diffstat (limited to 'devel/newfile')
-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: |