diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-21 19:27:24 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-21 19:27:24 +0000 |
commit | b9f27583d3375386a2afb5de81806cc4a93c322c (patch) | |
tree | 56b6a4080089304b08ef4a4a58de1da49b107542 | |
parent | fe7c8c27c601ce5322bf30cee5eb0e35272ce101 (diff) | |
download | ports-b9f27583d3375386a2afb5de81806cc4a93c322c.tar.gz ports-b9f27583d3375386a2afb5de81806cc4a93c322c.zip |
Notes
-rw-r--r-- | www/rubygem-faraday/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rubygem-faraday/Makefile b/www/rubygem-faraday/Makefile index 93af4bcb43b2..c867f745f36a 100644 --- a/www/rubygem-faraday/Makefile +++ b/www/rubygem-faraday/Makefile @@ -12,7 +12,7 @@ COMMENT= HTTP/REST API client library in Ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-multipart-post>=1.2:www/rubygem-multipart-post +RUN_DEPENDS= rubygem-multipart-post>=1.2<3:www/rubygem-multipart-post USES= gem USE_RUBY= yes |