diff options
author | taca <taca> | 2015-06-07 10:29:59 +0000 |
---|---|---|
committer | taca <taca> | 2015-06-07 10:29:59 +0000 |
commit | d4371d876e0ff28cf351873c09183b36e50911c3 (patch) | |
tree | a51d81468294700834a13260ce1a83a8cf87b991 /fonts/ruby-ttfunk | |
parent | 2b359eff978e153936e50593d6b955b52748c0c2 (diff) | |
download | pkgsrc-d4371d876e0ff28cf351873c09183b36e50911c3.tar.gz |
Allow this package build on Ruby 2.2.
Diffstat (limited to 'fonts/ruby-ttfunk')
-rw-r--r-- | fonts/ruby-ttfunk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fonts/ruby-ttfunk/Makefile b/fonts/ruby-ttfunk/Makefile index 6cae096c86f..1a022c2c0f4 100644 --- a/fonts/ruby-ttfunk/Makefile +++ b/fonts/ruby-ttfunk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/02/03 13:56:45 taca Exp $ +# $NetBSD: Makefile,v 1.7 2015/06/07 10:29:59 taca Exp $ DISTNAME= ttfunk-1.4.0 CATEGORIES= fonts @@ -8,7 +8,5 @@ HOMEPAGE= # unknown COMMENT= TrueType Font Metrics Parser LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 OR ruby-license -RUBY_VERSION_SUPPORTED= 200 193 21 - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |