summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-08-05 13:49:22 +0000
committerjoerg <joerg@pkgsrc.org>2020-08-05 13:49:22 +0000
commit1a77c0611a21654f022c547bf1f00ee53f15ff33 (patch)
treee86dd25fe85f117b55b6c23f2bfe502151ab9035 /www
parentb876fdfe8d0ee80b95502fdd896b8ca141be2523 (diff)
downloadpkgsrc-1a77c0611a21654f022c547bf1f00ee53f15ff33.tar.gz
Fix location of dependency
Diffstat (limited to 'www')
-rw-r--r--www/ruby-rest-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ruby-rest-client/Makefile b/www/ruby-rest-client/Makefile
index 4413e5f6bb9..f5b294d8375 100644
--- a/www/ruby-rest-client/Makefile
+++ b/www/ruby-rest-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/03/20 17:48:25 taca Exp $
+# $NetBSD: Makefile,v 1.10 2020/08/05 13:49:22 joerg Exp $
DISTNAME= rest-client-2.1.0
CATEGORIES= www
@@ -8,7 +8,7 @@ HOMEPAGE= https://github.com/rest-client/rest-client
COMMENT= Simple HTTP and REST client for Ruby inspired by Sinatra
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-http-accept>=1.0.2:../../www/ruby-http-cookie
+DEPENDS+= ${RUBY_PKGPREFIX}-http-accept>=1.0.2:../../www/ruby-http-accept
DEPENDS+= ${RUBY_PKGPREFIX}-http-cookie>=1.0.2<2:../../www/ruby-http-cookie
DEPENDS+= ${RUBY_PKGPREFIX}-mime-types>=3.0<4.0:../../mail/ruby-mime-types
DEPENDS+= ${RUBY_PKGPREFIX}-netrc>=0.8<1:../../net/ruby-netrc