diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/ruby-prawn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ruby-prawn/Makefile b/print/ruby-prawn/Makefile index cfcad1339b6..fbf3391b817 100644 --- a/print/ruby-prawn/Makefile +++ b/print/ruby-prawn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/12/21 06:23:19 dholland Exp $ +# $NetBSD: Makefile,v 1.4 2013/07/21 02:50:43 taca Exp $ DISTNAME= prawn-0.12.0 CATEGORIES= print @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 OR ruby-license DEPENDS+= ${RUBY_PKGPREFIX}-pdf-reader>=0.9.0:../../print/ruby-pdf-reader DEPENDS+= ${RUBY_PKGPREFIX}-ttfunk>=1.0.2<1.1:../../fonts/ruby-ttfunk -RUBY_VERSION_SUPPORTED= 193 +RUBY_VERSION_SUPPORTED= 200 193 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |