diff options
author | thierry <thierry@FreeBSD.org> | 2015-12-16 04:41:37 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2015-12-16 04:41:37 +0800 |
commit | 47386cc282834770b5e5c3b9d776b6301f8800ff (patch) | |
tree | e7f71b61ed016ddf26f6481afd4c9f906b798147 /math/rkward-kde4/Makefile | |
parent | 33416bbd9b128b47d7171c32fd5f87bed13d3404 (diff) | |
download | freebsd-ports-gnome-47386cc282834770b5e5c3b9d776b6301f8800ff.tar.gz freebsd-ports-gnome-47386cc282834770b5e5c3b9d776b6301f8800ff.tar.zst freebsd-ports-gnome-47386cc282834770b5e5c3b9d776b6301f8800ff.zip |
Re-add the dependency to math/R-cran-car, since it has been fixed
(PR ports/204587).
Diffstat (limited to 'math/rkward-kde4/Makefile')
-rw-r--r-- | math/rkward-kde4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/rkward-kde4/Makefile b/math/rkward-kde4/Makefile index 66ebe70d4539..300adb0d915f 100644 --- a/math/rkward-kde4/Makefile +++ b/math/rkward-kde4/Makefile @@ -3,6 +3,7 @@ PORTNAME= rkward PORTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src PKGNAMESUFFIX= -kde4 @@ -49,7 +50,8 @@ RUN_DEPENDS+= ${LR_MOD_DIR}/R2HTML/INDEX:${PORTSDIR}/textproc/R-cran-R2HTML \ ${LR_MOD_DIR}/XML/INDEX:${PORTSDIR}/textproc/R-cran-XML \ ${LR_MOD_DIR}/mvtnorm/INDEX:${PORTSDIR}/math/R-cran-mvtnorm \ ${LR_MOD_DIR}/outliers/INDEX:${PORTSDIR}/math/R-cran-outliers \ - ${LR_MOD_DIR}/tseries/INDEX:${PORTSDIR}/finance/R-cran-tseries + ${LR_MOD_DIR}/tseries/INDEX:${PORTSDIR}/finance/R-cran-tseries \ + ${LR_MOD_DIR}/car/INDEX:${PORTSDIR}/math/R-cran-car .endif pre-configure: |