- Add missing dependency to unbreak

This commit is contained in:
TAKATSU Tomonari 2019-10-14 07:11:20 +00:00
parent 4682cc80a2
commit f79da543b1

View file

@ -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}