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

Antoine Brodin antoine at FreeBSD.org
Sun Nov 22 07:45:12 UTC 2015


Author: antoine
Date: Sun Nov 22 07:45:11 2015
New Revision: 402217
URL: https://svnweb.freebsd.org/changeset/ports/402217

Log:
  Unbreak INDEX with fmake:
  
  "Makefile", line 54: Unassociated shell command "# ${LR_MOD_DIR}/car/INDEX:${PORTSDIR}/math/R-cran-car"
  fmake: fatal errors encountered -- cannot continue

Modified:
  head/math/rkward-kde4/Makefile

Modified: head/math/rkward-kde4/Makefile
==============================================================================
--- head/math/rkward-kde4/Makefile	Sun Nov 22 07:19:55 2015	(r402216)
+++ head/math/rkward-kde4/Makefile	Sun Nov 22 07:45:11 2015	(r402217)
@@ -51,7 +51,6 @@ RUN_DEPENDS+=	${LR_MOD_DIR}/R2HTML/INDEX
 		${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}/car/INDEX:${PORTSDIR}/math/R-cran-car
 .endif
 
 pre-configure:


More information about the svn-ports-all mailing list