summaryrefslogtreecommitdiff
path: root/fonts/ruby-ttfunk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-04-17 20:19:14 +0000
committerjoerg <joerg@pkgsrc.org>2014-04-17 20:19:14 +0000
commitb6c59fa909fc284af215a628e57b7db00cdd4f3e (patch)
treef80e732092bc546471f7253498b53fa198c56049 /fonts/ruby-ttfunk
parentb8d31b5209575ae5fabfe5fe70e19ca95b5c6086 (diff)
downloadpkgsrc-b6c59fa909fc284af215a628e57b7db00cdd4f3e.tar.gz
Doesn't support Ruby before 1.9.3.
Diffstat (limited to 'fonts/ruby-ttfunk')
-rw-r--r--fonts/ruby-ttfunk/Makefile4
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"