(devel/R-tidyverse) Fix build, by adding missing DEPENDS+=
This commit is contained in:
parent
3fbb5b2e58
commit
037f19788f
1 changed files with 8 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2022/04/23 04:53:59 mef Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2022/04/23 06:36:31 mef Exp $
|
||||
|
||||
R_PKGNAME= tidyverse
|
||||
R_PKGVER= 1.3.1
|
||||
|
@ -8,9 +8,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
COMMENT= Easily Install and Load the 'Tidyverse'
|
||||
LICENSE= mit # + file LICENSE
|
||||
|
||||
BROKEN= 'dtplyr, googledrive, googlesheets4, modelr, reprex are not available'
|
||||
|
||||
|
||||
DEPENDS+= R-dbplyr>=2.1.1:../../databases/R-dbplyr
|
||||
DEPENDS+= R-cli>=2.4.0:../../devel/R-cli
|
||||
DEPENDS+= R-crayon>=1.4.1:../../devel/R-crayon
|
||||
|
@ -35,6 +32,13 @@ DEPENDS+= R-hms>=1.0.0:../../time/R-hms
|
|||
DEPENDS+= R-lubridate>=1.7.10:../../time/R-lubridate
|
||||
DEPENDS+= R-httr>=1.4.2:../../www/R-httr
|
||||
DEPENDS+= R-rvest>=1.0.0:../../www/R-rvest
|
||||
DEPENDS+= R-dtplyr-[0-9]*:../../textproc/R-dtplyr
|
||||
DEPENDS+= R-googledrive-[0-9]*:../../www/R-googledrive
|
||||
DEPENDS+= R-googlesheets4-[0-9]*:../../math/R-googlesheets4
|
||||
DEPENDS+= R-modelr-[0-9]*:../../math/R-modelr
|
||||
DEPENDS+= R-reprex-[0-9]*:../../textproc/R-reprex
|
||||
|
||||
# Package suggested but not available: 'feather'
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
|
|
Loading…
Reference in a new issue