diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2025-06-06 13:42:18 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2025-06-06 19:03:55 +0200 |
commit | 6ae348c6d8b9971dcea93250feb6630f1894e2ad (patch) | |
tree | 7666a0c90bc3f606c587150877666c2d2c644720 | |
parent | math/R-cran-XLConnect: mark BROKEN (diff) |
math/rkward: rmove XLConnect for the moment
-rw-r--r-- | math/rkward/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/rkward/Makefile b/math/rkward/Makefile index e4d83e4a33db..c6c85fc150cc 100644 --- a/math/rkward/Makefile +++ b/math/rkward/Makefile @@ -1,5 +1,6 @@ PORTNAME= rkward PORTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/ @@ -53,13 +54,13 @@ RUN_DEPENDS+= ${LR_MOD_DIR}/XML/INDEX:textproc/R-cran-XML \ ${LR_MOD_DIR}/tseries/INDEX:finance/R-cran-tseries \ ${LR_MOD_DIR}/xtable/INDEX:textproc/R-cran-xtable \ ${LR_MOD_DIR}/car/INDEX:math/R-cran-car \ - ${LR_MOD_DIR}/XLConnect/INDEX:math/R-cran-XLConnect \ ${LR_MOD_DIR}/ltm/INDEX:math/R-cran-ltm \ ${LR_MOD_DIR}/moments/INDEX:math/R-cran-moments \ ${LR_MOD_DIR}/pwr/INDEX:math/R-cran-pwr \ ${LR_MOD_DIR}/hdrcde/INDEX:math/R-cran-hdrcde \ ${LR_MOD_DIR}/devtools/INDEX:devel/R-cran-devtools \ ${LR_MOD_DIR}/exactRankTests/INDEX:math/R-cran-exactRankTests +#RUN_DEPENDS+= ${LR_MOD_DIR}/XLConnect/INDEX:math/R-cran-XLConnect .endif .if ${PORT_OPTIONS:MINSTTEST} |