Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2017 17:25:14 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448261 - head/math/gretl
Message-ID:  <201708181725.v7IHPEmu040532@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708181725.v7IHPEmu040532>