svn commit: r307652 - head/math/sage

Stephen Montgomery-Smith stephen at FreeBSD.org
Thu Nov 22 14:32:54 UTC 2012


Author: stephen
Date: Thu Nov 22 14:32:54 2012
New Revision: 307652
URL: http://svnweb.freebsd.org/changeset/ports/307652

Log:
  - option_define -> option_define_amd64
  
  Feature safe:	yes
  Submitted by:	bapt@ (private email).

Modified:
  head/math/sage/Makefile

Modified: head/math/sage/Makefile
==============================================================================
--- head/math/sage/Makefile	Thu Nov 22 12:53:44 2012	(r307651)
+++ head/math/sage/Makefile	Thu Nov 22 14:32:54 2012	(r307652)
@@ -21,8 +21,8 @@ LIB_DEPENDS=	atlas:${PORTSDIR}/math/atla
 # 387 option: this only makes a difference for the amd64 architecture.  Causes
 # the internal floating point calculations to be performed with extended
 # precision.
-OPTIONS_DEFINE=	387
-387_DESC=	Use 387 instead of SSE FPU
+OPTIONS_DEFINE_amd64=	387
+387_DESC=		Use 387 instead of SSE FPU
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list