svn commit: r370188 - head/math/cantor

Jason E. Hale jhale at FreeBSD.org
Mon Oct 6 15:39:59 UTC 2014


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


More information about the svn-ports-all mailing list