aboutsummaryrefslogtreecommitdiff
path: root/print/R-cran-tinytex/Makefile
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2018-07-13 05:52:39 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2018-07-13 05:52:39 +0000
commit2baa293f92f48477a81141a1c075f5812a063be4 (patch)
tree833ae2079595f45bddb46bb0d12104ba2c49fb69 /print/R-cran-tinytex/Makefile
parentd6671047433a7b12826947de635741106ef6a195 (diff)
Notes
Diffstat (limited to 'print/R-cran-tinytex/Makefile')
-rw-r--r--print/R-cran-tinytex/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/print/R-cran-tinytex/Makefile b/print/R-cran-tinytex/Makefile
index be72d801a079..6b78fb9a4bdf 100644
--- a/print/R-cran-tinytex/Makefile
+++ b/print/R-cran-tinytex/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= tinytex
-DISTVERSION= 0.5
+DISTVERSION= 0.6
CATEGORIES= print
DISTNAME= ${PORTNAME}_${DISTVERSION}
@@ -10,6 +10,10 @@ COMMENT= Helper functions to maintain LaTeX distribution
LICENSE= MIT
+CRAN_DEPENDS= R-cran-xfun>=0.3:misc/R-cran-xfun
+BUILD_DEPENDS= ${CRAN_DEPENDS}
+RUN_DEPENDS= ${CRAN_DEPENDS}
+
USES= cran:auto-plist
.include <bsd.port.mk>