svn commit: r448261 - head/math/gretl

Steve Wills swills at FreeBSD.org
Fri Aug 18 17:25:16 UTC 2017


Author: swills
Date: Fri Aug 18 17:25:14 2017
New Revision: 448261
URL: https://svnweb.freebsd.org/changeset/ports/448261

Log:
  math/gretl: Fix R dependency option (causing build failure)
  
  PR:		220729
  Submitted by:	Beeblebrox <zaphod at berentweb.com>

Modified:
  head/math/gretl/Makefile

Modified: head/math/gretl/Makefile
==============================================================================
--- head/math/gretl/Makefile	Fri Aug 18 17:18:28 2017	(r448260)
+++ head/math/gretl/Makefile	Fri Aug 18 17:25:14 2017	(r448261)
@@ -63,7 +63,7 @@ OPENMP_CONFIGURE_ON=	--enable-openmp
 
 R_DESC=			libR support
 R_CONFIGURE_WITH=	libR
-R_LIB_DEPENDS=		libR.so:math/R
+R_LIB_DEPENDS=          ${CRAN_DEPENDS}
 
 UNZIP_DESC=		UnZip compression support via libgsf
 UNZIP_CONFIGURE_WITH=	gsf


More information about the svn-ports-head mailing list