svn commit: r403804 - head/math/rkward-kde4

Thierry Thomas thierry at FreeBSD.org
Tue Dec 15 20:41:38 UTC 2015


Author: thierry
Date: Tue Dec 15 20:41:37 2015
New Revision: 403804
URL: https://svnweb.freebsd.org/changeset/ports/403804

Log:
  Re-add the dependency to math/R-cran-car, since it has been fixed
  (PR ports/204587).

Modified:
  head/math/rkward-kde4/Makefile

Modified: head/math/rkward-kde4/Makefile
==============================================================================
--- head/math/rkward-kde4/Makefile	Tue Dec 15 20:37:05 2015	(r403803)
+++ head/math/rkward-kde4/Makefile	Tue Dec 15 20:41:37 2015	(r403804)
@@ -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
 		${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:


More information about the svn-ports-head mailing list