Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2014 15:39:59 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370188 - head/math/cantor
Message-ID:  <201410061539.s96FdxG3048836@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Mon Oct  6 15:39:59 2014
New Revision: 370188
URL: https://svnweb.freebsd.org/changeset/ports/370188
QAT: https://qat.redports.org/buildarchive/r370188/

Log:
  - Convert long-gone USE_FORTRAN to USES=fortran

Modified:
  head/math/cantor/Makefile

Modified: head/math/cantor/Makefile
==============================================================================
--- head/math/cantor/Makefile	Mon Oct  6 15:25:28 2014	(r370187)
+++ head/math/cantor/Makefile	Mon Oct  6 15:39:59 2014	(r370188)
@@ -33,7 +33,7 @@ R_DESC=		Build R backend and install R
 R_BUILD_DEPENDS=	R:${PORTSDIR}/math/R
 R_RUN_DEPENDS=		R:${PORTSDIR}/math/R
 # Required to set CFLAGS for -lgfortran.
-R_USE=		FORTRAN=yes
+R_USES=		fortran
 R_CMAKE_OFF=	-DWITH_R:BOOL=FALSE
 
 SAGE_DESC=	Install Sage



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