diff options
author | stephen <stephen@FreeBSD.org> | 2013-06-02 10:27:56 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2013-06-02 10:27:56 +0800 |
commit | 5f78aa1cd8a967965db04557a18d81c90cd84b4d (patch) | |
tree | 7ab87093be77d51b3cae278398f05cd3f9a53bb0 /math/sage | |
parent | 04d8705cd3da24667813026cdadd0b6a88b23920 (diff) | |
download | freebsd-ports-gnome-5f78aa1cd8a967965db04557a18d81c90cd84b4d.tar.gz freebsd-ports-gnome-5f78aa1cd8a967965db04557a18d81c90cd84b4d.tar.zst freebsd-ports-gnome-5f78aa1cd8a967965db04557a18d81c90cd84b4d.zip |
- Put in use_gcc=4.6+. (It is not obvious that use_fortran=yes will imply
gcc=4.6 or later under all conditions.)
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 |