aboutsummaryrefslogtreecommitdiff
path: root/textproc/R-cran-readxl
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2019-09-03 03:22:53 +0000
committerWen Heping <wen@FreeBSD.org>2019-09-03 03:22:53 +0000
commit3ffc336d52b7e524704f8dc3471bf2e5c38bdc84 (patch)
treefbd61edfbb499fb6128ba32edd1166bb27eca7ae /textproc/R-cran-readxl
parent85580c731947d670bcd3f4be50d56d43eb671c05 (diff)
downloadports-3ffc336d52b7e524704f8dc3471bf2e5c38bdc84.tar.gz
ports-3ffc336d52b7e524704f8dc3471bf2e5c38bdc84.zip
- Unbreak by add missing DEPENDS
PR: 237906 Submitted by: wenheping2000@hotmail.com(myself) Approved by: maintainer(timeout, >= 3 months)
Notes
Notes: svn path=/head/; revision=510919
Diffstat (limited to 'textproc/R-cran-readxl')
-rw-r--r--textproc/R-cran-readxl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/R-cran-readxl/Makefile b/textproc/R-cran-readxl/Makefile
index e7e634726d2c..c2073d98e816 100644
--- a/textproc/R-cran-readxl/Makefile
+++ b/textproc/R-cran-readxl/Makefile
@@ -11,12 +11,12 @@ COMMENT= Read Excel Files
LICENSE= GPLv3
-BROKEN= dependency 'progress' is not available for package 'readxl'
-
-BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr
+BUILD_DEPENDS= R-cran-knitr>0:print/R-cran-knitr \
+ R-cran-progress>0:devel/R-cran-progress
RUN_DEPENDS= R-cran-Rcpp>=0.12.18:devel/R-cran-Rcpp \
R-cran-tibble>=1.3.1:devel/R-cran-tibble \
- R-cran-cellranger>0:textproc/R-cran-cellranger
+ R-cran-cellranger>0:textproc/R-cran-cellranger \
+ R-cran-progress>0:devel/R-cran-progress
TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \
R-cran-rprojroot>=1.1:devel/R-cran-rprojroot \
R-cran-testthat>0:devel/R-cran-testthat \