summaryrefslogtreecommitdiff
path: root/misc/ruby-progressbar
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-03-08 14:10:21 +0000
committertaca <taca@pkgsrc.org>2015-03-08 14:10:21 +0000
commit0036cb51acd2f500221bb8ac51791c8b977c22fc (patch)
treeab875859124dac9d885376b6fc90d7f0bf26d5a1 /misc/ruby-progressbar
parentc525e9fd77cd813dd825db92b25af22213550e8c (diff)
downloadpkgsrc-0036cb51acd2f500221bb8ac51791c8b977c22fc.tar.gz
Explicitly allow build with Ruby 1.8.7.
Diffstat (limited to 'misc/ruby-progressbar')
-rw-r--r--misc/ruby-progressbar/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/ruby-progressbar/Makefile b/misc/ruby-progressbar/Makefile
index 750d759ebeb..44e3c4a7421 100644
--- a/misc/ruby-progressbar/Makefile
+++ b/misc/ruby-progressbar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/10/08 09:57:36 asau Exp $
+# $NetBSD: Makefile,v 1.6 2015/03/08 14:10:21 taca Exp $
#
DISTNAME= ruby-progressbar-0.9
@@ -12,6 +12,8 @@ HOMEPAGE= http://0xcc.net/ruby-progressbar/
COMMENT= Text Progress Bar Library for Ruby
LICENSE= ruby-license
+RUBY_VERSION_SUPPORTED= 200 193 18 21
+
USE_LANGUAGES= # none
NO_BUILD= yes