diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-07-12 08:51:23 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-07-12 08:51:23 +0000 |
commit | 82ea113983a21eb1dc5e92d6479c411a7c8e0b3b (patch) | |
tree | d13c96fcd3dce0caf86c3c89c2a0c7ad7a8bdf87 | |
parent | ac47213b3adbf91fcb0de1372fa58cf312f5b42d (diff) | |
download | ports-82ea113983a21eb1dc5e92d6479c411a7c8e0b3b.tar.gz ports-82ea113983a21eb1dc5e92d6479c411a7c8e0b3b.zip |
Notes
-rw-r--r-- | math/fftw/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile index 1119a8c6358e..3856ca8c5419 100644 --- a/math/fftw/Makefile +++ b/math/fftw/Makefile @@ -23,10 +23,7 @@ FFTW_FLAVOR?= default FFTW_SUFIX= USE_AUTOTOOLS= libtool:15 -WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 -FC= gfortran42 -F77= gfortran42 +USE_FORTRAN= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |