aboutsummaryrefslogtreecommitdiff
path: root/www/R-cran-shiny
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2019-10-14 07:11:20 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2019-10-14 07:11:20 +0000
commitf79da543b1a393fc8d8f4b865cdbf079e2f23c21 (patch)
tree220c7633f0e30ca78f6490a26377442d68f3d63c /www/R-cran-shiny
parent4682cc80a25900f33946735d996f38c65d421ced (diff)
downloadports-f79da543b1a393fc8d8f4b865cdbf079e2f23c21.tar.gz
ports-f79da543b1a393fc8d8f4b865cdbf079e2f23c21.zip
Notes
Diffstat (limited to 'www/R-cran-shiny')
-rw-r--r--www/R-cran-shiny/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/R-cran-shiny/Makefile b/www/R-cran-shiny/Makefile
index 07ac375f5df6..d0a0ee2997dc 100644
--- a/www/R-cran-shiny/Makefile
+++ b/www/R-cran-shiny/Makefile
@@ -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}