diff options
author | taca <taca@pkgsrc.org> | 2011-02-07 14:55:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-02-07 14:55:55 +0000 |
commit | e6fbd22d12bc9eccbb9d4020570655acaa805f94 (patch) | |
tree | b3f6897ecbe46daa01abba9971910fb26c258826 /misc | |
parent | 0976617d619e67d4d8d71d88e3e53d8af0d31ecd (diff) | |
download | pkgsrc-e6fbd22d12bc9eccbb9d4020570655acaa805f94.tar.gz |
Remove RUBY_REQD which specify older version of
current supported version of Ruby.
No functional change.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/rubygems/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/rubygems/Makefile b/misc/rubygems/Makefile index ae1d85f993f..d3879378641 100644 --- a/misc/rubygems/Makefile +++ b/misc/rubygems/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2010/09/16 12:02:05 taca Exp $ +# $NetBSD: Makefile,v 1.35 2011/02/07 14:55:56 taca Exp $ DISTNAME= rubygems-1.3.7 CATEGORIES= misc ruby @@ -18,7 +18,6 @@ CONFLICTS+= rubygems-[0-9]* NO_CONFIGURE= yes NO_BUILD= yes -RUBY_REQD= 1.8.7 RUBY_VERSION= ${RUBY18_VERSION} RUBY_VERSION_SUPPORTED= 18 |