diff options
author | db <db@FreeBSD.org> | 2007-02-27 02:49:17 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2007-02-27 02:49:17 +0800 |
commit | edf45669c5aa45a1569a96ad396d4480665dc3a2 (patch) | |
tree | 0262ffc8ac2e247f6bb466ba259b5f59114f712b /math | |
parent | e88751ec4672b6a282756c95ed2f07aa252a9ca4 (diff) | |
download | freebsd-ports-gnome-edf45669c5aa45a1569a96ad396d4480665dc3a2.tar.gz freebsd-ports-gnome-edf45669c5aa45a1569a96ad396d4480665dc3a2.tar.zst freebsd-ports-gnome-edf45669c5aa45a1569a96ad396d4480665dc3a2.zip |
- maho wants WANT_FORTRAN knob in gfortran ports
Submitted by: maho
Approved by: ehaupt (mentor)
Diffstat (limited to 'math')
-rw-r--r-- | math/py-numpy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index 5a2fcf3ef06c..cde89e9eaa0c 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -25,6 +25,7 @@ CONFLICTS= f2py-* OPTIONS= ATLAS "Use optimized blas library" Off +WANT_FORTRAN= yes #dummy USE_PYTHON= yes USE_PYDISTUTILS=yes MAN1= f2py.1 |