Fix missing dependency.
This commit is contained in:
parent
78317e62ec
commit
f3db7b3cb2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue