svn commit: r319633 - head/math/sage

Stephen Montgomery-Smith stephen at FreeBSD.org
Sun Jun 2 02:27:57 UTC 2013


Author: stephen
Date: Sun Jun  2 02:27:56 2013
New Revision: 319633
URL: http://svnweb.freebsd.org/changeset/ports/319633

Log:
  - Put in use_gcc=4.6+.  (It is not obvious that use_fortran=yes will imply
    gcc=4.6 or later under all conditions.)

Modified:
  head/math/sage/Makefile

Modified: head/math/sage/Makefile
==============================================================================
--- head/math/sage/Makefile	Sun Jun  2 02:20:51 2013	(r319632)
+++ head/math/sage/Makefile	Sun Jun  2 02:27:56 2013	(r319633)
@@ -30,6 +30,7 @@ OPTIONS_DEFINE_amd64=	387
 
 PLIST_FILES=	bin/sage
 USE_FORTRAN=	yes
+USE_GCC=	4.6+
 USE_TK=		yes
 USE_GMAKE=	yes
 USE_TEX=	latex:build


More information about the svn-ports-all mailing list