summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-09-19 05:22:47 +0000
committerwiz <wiz@pkgsrc.org>2019-09-19 05:22:47 +0000
commitd20d9fad4fce4707f7aeba109e3fc4850b99156e (patch)
treef20e07675f9b433d032b34907619041c298b7982 /devel
parented48aec4e7a1c90dedae13ee47a3e219835c9e59 (diff)
downloadpkgsrc-d20d9fad4fce4707f7aeba109e3fc4850b99156e.tar.gz
ruby-thrift_client: remove upper bound
If it doesn't work with that version, it's still better than keeping the bulk build from running completely.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-thrift_client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-thrift_client/Makefile b/devel/ruby-thrift_client/Makefile
index 3cf184d7975..f7ec348eaca 100644
--- a/devel/ruby-thrift_client/Makefile
+++ b/devel/ruby-thrift_client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/04/19 11:24:38 jperkin Exp $
+# $NetBSD: Makefile,v 1.14 2019/09/19 05:22:47 wiz Exp $
DISTNAME= thrift_client-0.7.1
PKGREVISION= 3
@@ -9,7 +9,7 @@ HOMEPAGE= http://thrift.apache.org/
COMMENT= Thrift client wrapper for Ruby
LICENSE= apache-2.0
-DEPENDS+= ${RUBY_PKGPREFIX}-thrift>=0.7.0<0.8:../../devel/ruby-thrift
+DEPENDS+= ${RUBY_PKGPREFIX}-thrift>=0.7.0:../../devel/ruby-thrift
.include "../../devel/libthrift/buildlink3.mk"
.include "../../lang/ruby/gem.mk"