summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2019-12-18 12:45:55 +0000
committerjoerg <joerg@pkgsrc.org>2019-12-18 12:45:55 +0000
commit111f41bf32c29a218bd1d51d5538fe339c9d34a9 (patch)
treef47aac2a5d9fd7ab9824b02d85740ddb78dcd11e /www
parente0b1e560fcb93cb824173f7a1e72e8c09a670116 (diff)
downloadpkgsrc-111f41bf32c29a218bd1d51d5538fe339c9d34a9.tar.gz
Fix missing dependency.
Diffstat (limited to 'www')
-rw-r--r--www/R-httr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/R-httr/Makefile b/www/R-httr/Makefile
index f486e82ebc6..03e2cb25301 100644
--- a/www/R-httr/Makefile
+++ b/www/R-httr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/09 19:07:43 brook Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/18 12:45:55 joerg Exp $
R_PKGNAME= httr
R_PKGVER= 1.4.1
@@ -8,6 +8,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Tools for working with URLs and HTTP
LICENSE= mit
+DEPENDS+= R-R6-[0-9]*:../../devel/R-R6
DEPENDS+= R-mime>=0.7:../../mail/R-mime
DEPENDS+= R-openssl>=0.8:../../security/R-openssl
DEPENDS+= R-jsonlite>=1.6:../../textproc/R-jsonlite