diff options
Diffstat (limited to 'fonts/ruby-ttfunk/Makefile')
-rw-r--r-- | fonts/ruby-ttfunk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/ruby-ttfunk/Makefile b/fonts/ruby-ttfunk/Makefile index 88fe3c38b3c..d3b734325bf 100644 --- a/fonts/ruby-ttfunk/Makefile +++ b/fonts/ruby-ttfunk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/03/14 17:04:58 taca Exp $ +# $NetBSD: Makefile,v 1.5 2014/04/17 20:19:14 joerg Exp $ DISTNAME= ttfunk-1.1.1 CATEGORIES= fonts @@ -8,5 +8,7 @@ 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" |