Skip to content

Commit

Permalink
(devel/R-tidyverse) Fix build, by adding missing DEPENDS+=
Browse files Browse the repository at this point in the history
  • Loading branch information
mef committed Apr 23, 2022
1 parent 8db8e4c commit 438f937
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions devel/R-tidyverse/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -8,9 +8,6 @@ MAINTAINER= [email protected]
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
Expand All @@ -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

Expand Down

0 comments on commit 438f937

Please sign in to comment.