diff options
author | taca <taca> | 2015-06-08 16:01:41 +0000 |
---|---|---|
committer | taca <taca> | 2015-06-08 16:01:41 +0000 |
commit | dd5c0f8344da0a7f5b31f728a7622ac407e118b1 (patch) | |
tree | 16f88f0a4cae33dcb0e78c317fec96fd9ef2d165 /print | |
parent | 0a8fbff749370b7dd4929a7175c588129d4c9c1e (diff) | |
download | pkgsrc-dd5c0f8344da0a7f5b31f728a7622ac407e118b1.tar.gz |
Allow this package build on Ruby 2.2.
Diffstat (limited to 'print')
-rw-r--r-- | print/ruby-pdf-core/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ruby-pdf-core/Makefile b/print/ruby-pdf-core/Makefile index bb575deca56..9b6a1820c3f 100644 --- a/print/ruby-pdf-core/Makefile +++ b/print/ruby-pdf-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/03/13 15:22:51 taca Exp $ +# $NetBSD: Makefile,v 1.5 2015/06/08 16:01:41 taca Exp $ DISTNAME= pdf-core-0.5.1 CATEGORIES= print @@ -8,7 +8,7 @@ HOMEPAGE= http://prawnpdf.org/ COMMENT= PDF::Core is used by Prawn to render PDF documents LICENSE= mit -RUBY_VERSION_SUPPORTED= 200 193 21 +USE_LANGUAGES= # none .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |