forked from Lainports/freebsd-ports
- Add missing dependency to unbreak
This commit is contained in:
parent
4682cc80a2
commit
f79da543b1
1 changed files with 2 additions and 3 deletions
|
|
@ -12,8 +12,6 @@ COMMENT= Web Application Framework for R
|
|||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN= ERROR: dependency 'fastmap' is not available for package 'shiny'
|
||||
|
||||
CRAN_DEPENDS= R-cran-httpuv>=1.5.2:www/R-cran-httpuv \
|
||||
R-cran-mime>=0.3:misc/R-cran-mime \
|
||||
R-cran-jsonlite>=0.9.16:converters/R-cran-jsonlite \
|
||||
|
|
@ -25,7 +23,8 @@ CRAN_DEPENDS= R-cran-httpuv>=1.5.2:www/R-cran-httpuv \
|
|||
R-cran-later>=1.0.0:devel/R-cran-later \
|
||||
R-cran-promises>=1.1.0:devel/R-cran-promises \
|
||||
R-cran-crayon>0:devel/R-cran-crayon \
|
||||
R-cran-rlang>=0.4.0:devel/R-cran-rlang
|
||||
R-cran-rlang>=0.4.0:devel/R-cran-rlang \
|
||||
R-cran-fastmap>=1.0.0:databases/R-cran-fastmap
|
||||
BUILD_DEPENDS= ${CRAN_DEPENDS}
|
||||
RUN_DEPENDS= ${CRAN_DEPENDS}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue