diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2013-06-02 02:27:56 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2013-06-02 02:27:56 +0000 |
commit | 3fad979949c1a14200cb216b9110f474f4374069 (patch) | |
tree | 7ab87093be77d51b3cae278398f05cd3f9a53bb0 /math/sage | |
parent | 70bb2191ed29f93d437b15e7f79a9125031eef73 (diff) |
- Put in use_gcc=4.6+. (It is not obvious that use_fortran=yes will imply
gcc=4.6 or later under all conditions.)
Notes
Notes:
svn path=/head/; revision=319633
Diffstat (limited to 'math/sage')
-rw-r--r-- | math/sage/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/sage/Makefile b/math/sage/Makefile index f3d066fe7308..200dd3ab110b 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -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 |