diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-14 03:35:36 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-14 03:35:36 +0000 |
commit | 3e0d69cf2ac7e6d4eb10f90305bd64bff9de4be3 (patch) | |
tree | 450c8424c2a685c81515ae3570f8b60b11d28155 /math/freemat | |
parent | ea6df57fe93e142ee5eabb6fd23de5c94e21f6ee (diff) |
Notes
Diffstat (limited to 'math/freemat')
-rw-r--r-- | math/freemat/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/freemat/Makefile b/math/freemat/Makefile index 6739fec2d86b..3a929aaa5b16 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -26,10 +26,7 @@ BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config IGNORE= no MPI support at the moment .endif -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes FFLAGS+= -O2 USE_GL= yes |