diff options
author | taca <taca@pkgsrc.org> | 2015-06-07 10:29:59 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-06-07 10:29:59 +0000 |
commit | acd78777bff5a825fba1304f454db59156522d18 (patch) | |
tree | a51d81468294700834a13260ce1a83a8cf87b991 /fonts | |
parent | facbaabc3d2748d544cb9f2df10710dbe73da96f (diff) | |
download | pkgsrc-acd78777bff5a825fba1304f454db59156522d18.tar.gz |
Allow this package build on Ruby 2.2.
Diffstat (limited to 'fonts')
-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" |