diff options
author | db <db@FreeBSD.org> | 2009-06-18 20:02:55 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2009-06-18 20:02:55 +0800 |
commit | b2d16127aed5c4fc36db4a292b0c0e42ca803811 (patch) | |
tree | 6b7f1b303c33feab5d14a721224e2b0a1769a97f /math | |
parent | 49270217fc0b52e45a77fe9fd6a6a7d86b801664 (diff) | |
download | freebsd-ports-gnome-b2d16127aed5c4fc36db4a292b0c0e42ca803811.tar.gz freebsd-ports-gnome-b2d16127aed5c4fc36db4a292b0c0e42ca803811.tar.zst freebsd-ports-gnome-b2d16127aed5c4fc36db4a292b0c0e42ca803811.zip |
- Ensure Fortran shim is not built if USE_FORTRAN is not set.
- Split Fortran option into slave ports fftw3-fortran long-fortran float-fortran
- Have to bump PORTREVISION for package builds etc..
- Fix silly spelling mistakes "Percision" -> "Precision" noted.
Reviewed by: itetcu (portmgr)
Approved by: ahze (Maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 26c399c91608..19f64cb59a83 100644 --- a/math/Makefile +++ b/math/Makefile @@ -74,7 +74,10 @@ SUBDIR += fftw-float SUBDIR += fftw3 SUBDIR += fftw3-float + SUBDIR += fftw3-float-fortran + SUBDIR += fftw3-fortran SUBDIR += fftw3-long + SUBDIR += fftw3-long-fortran SUBDIR += fityk SUBDIR += fpc-fftw SUBDIR += fpc-numlib |