aboutsummaryrefslogtreecommitdiff
path: root/print/R-cran-knitr/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2016-08-16 23:53:57 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2016-08-16 23:53:57 +0000
commit0ab7535f9ba539fa23f7750c869b0c7d38f577bb (patch)
tree50c0ccdf6c32b07dde5236c5a04fe53df55ad98a /print/R-cran-knitr/Makefile
parenta95b69493a1c65b4de3e10b0f1f226789ce27858 (diff)
Notes
Diffstat (limited to 'print/R-cran-knitr/Makefile')
-rw-r--r--print/R-cran-knitr/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/print/R-cran-knitr/Makefile b/print/R-cran-knitr/Makefile
index 84b57b915bf5..f5409214a044 100644
--- a/print/R-cran-knitr/Makefile
+++ b/print/R-cran-knitr/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= knitr
-PORTVERSION= 1.13
+PORTVERSION= 1.14
CATEGORIES= print
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -11,13 +11,15 @@ COMMENT= General-Purpose Package for Dynamic Report Generation in R
LICENSE= GPLv2+
-RUN_DEPENDS= R-cran-evaluate>=0.8:devel/R-cran-evaluate \
+CRAN_DEPENDS= R-cran-evaluate>=0.8:devel/R-cran-evaluate \
R-cran-digest>0:security/R-cran-digest \
R-cran-formatR>0:textproc/R-cran-formatR \
R-cran-highr>0:textproc/R-cran-highr \
R-cran-markdown>0:textproc/R-cran-markdown \
R-cran-stringr>=0.6:textproc/R-cran-stringr \
R-cran-yaml>=2.1.5:textproc/R-cran-yaml
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
USES= cran:auto-plist