diff options
author | joerg <joerg> | 2014-04-17 20:19:14 +0000 |
---|---|---|
committer | joerg <joerg> | 2014-04-17 20:19:14 +0000 |
commit | c7cd26cc228e30cc34d13fa2387d1a0fd9029e46 (patch) | |
tree | e5af50d7d68ceba64f69dfd06f0264f2086195b1 | |
parent | 0b7556252209f9c18a683ebd641fdb561d9c4272 (diff) | |
download | pkgsrc-c7cd26cc228e30cc34d13fa2387d1a0fd9029e46.tar.gz |
Doesn't support Ruby before 1.9.3.
-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" |