diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2020-04-03 14:53:08 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2020-04-03 14:53:08 +0000 |
commit | da2572199a7bd8de9e6ce6872c0f085e4ba57b65 (patch) | |
tree | 1b27dc9e7b58ef5cf9a197a71b83eaf4321c0327 /finance/R-cran-quantmod/Makefile | |
parent | 32cb171bdb31ca0acac843dc6cb90fac418a4a2c (diff) |
Notes
Diffstat (limited to 'finance/R-cran-quantmod/Makefile')
-rw-r--r-- | finance/R-cran-quantmod/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/finance/R-cran-quantmod/Makefile b/finance/R-cran-quantmod/Makefile index 25bc3d0f134b..e149a6d279d5 100644 --- a/finance/R-cran-quantmod/Makefile +++ b/finance/R-cran-quantmod/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= quantmod -DISTVERSION= 0.4-15 -PORTREVISION= 1 +DISTVERSION= 0.4.17 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -19,6 +18,6 @@ CRAN_DEPENDS= R-cran-xts>=0.9.0:math/R-cran-xts \ BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} -USES= cran:auto-plist,compiles +USES= cran:auto-plist .include <bsd.port.mk> |