summaryrefslogtreecommitdiff
path: root/print/ruby-prawn/Makefile
diff options
context:
space:
mode:
authordholland <dholland>2012-12-21 06:23:19 +0000
committerdholland <dholland>2012-12-21 06:23:19 +0000
commit069cf3e4b65dac7e63d2a9c5b8fc6ed92c42a02c (patch)
tree7be8b33283af950bfe84cc9b15488a09418caf61 /print/ruby-prawn/Makefile
parent0b14ea7694f5d97809a4bfaac3e829c17d0f2d10 (diff)
downloadpkgsrc-069cf3e4b65dac7e63d2a9c5b8fc6ed92c42a02c.tar.gz
Disable this package on ruby18; it does not build and hasn't for ages,
and at this point it's not worth pretending we'll ever fix it.
Diffstat (limited to 'print/ruby-prawn/Makefile')
-rw-r--r--print/ruby-prawn/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/print/ruby-prawn/Makefile b/print/ruby-prawn/Makefile
index 6447ac5b143..cfcad1339b6 100644
--- a/print/ruby-prawn/Makefile
+++ b/print/ruby-prawn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/08/17 13:36:07 taca Exp $
+# $NetBSD: Makefile,v 1.3 2012/12/21 06:23:19 dholland Exp $
DISTNAME= prawn-0.12.0
CATEGORIES= print
@@ -11,5 +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
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"