diff options
author | taca <taca> | 2014-03-26 13:27:50 +0000 |
---|---|---|
committer | taca <taca> | 2014-03-26 13:27:50 +0000 |
commit | ee3d5d404f25922eb53d922529946af69d02ea0d (patch) | |
tree | 483da64fec8604ce090965a899c527b5eb9e373e /print | |
parent | 19205220dd37902242bd3f1a37b97dc144844243 (diff) | |
download | pkgsrc-ee3d5d404f25922eb53d922529946af69d02ea0d.tar.gz |
Allow build with ruby21.
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 fc5598ccb55..f12f069458f 100644 --- a/print/ruby-prawn/Makefile +++ b/print/ruby-prawn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/03/14 17:51:20 taca Exp $ +# $NetBSD: Makefile,v 1.6 2014/03/26 13:28:29 taca Exp $ DISTNAME= prawn-0.15.0 CATEGORIES= print @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 OR ruby-license DEPENDS+= ${RUBY_PKGPREFIX}-pdf-core>=0.1.3<0.2:../../print/ruby-pdf-core DEPENDS+= ${RUBY_PKGPREFIX}-ttfunk>=1.1.0<1.2:../../fonts/ruby-ttfunk -RUBY_VERSION_SUPPORTED= 200 193 +RUBY_VERSION_SUPPORTED= 200 193 21 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |