summaryrefslogtreecommitdiff
path: root/math/fftw
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-11 08:40:15 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-11 08:40:15 +0000
commit32c83a3dae051c1de8aec0270c6674f4df139d1e (patch)
tree77a43cc8c97ea7bc2317252c74c3af2bba1e8062 /math/fftw
parentRemove previously added security patch against session table (diff)
* Migrate to gfortran.
* bump portrevision.
Notes
Notes: svn path=/head/; revision=182078
Diffstat (limited to 'math/fftw')
-rw-r--r--math/fftw/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile
index 15b0f5db68e8..8de499bc6b2c 100644
--- a/math/fftw/Makefile
+++ b/math/fftw/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fftw
PORTVERSION= 2.1.5
-PORTREVISION?= 3
+PORTREVISION?= 4
CATEGORIES= math
MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \
ftp://ftp.fftw.org/pub/fftw/old/ \
@@ -22,10 +22,14 @@ COMMENT?= Fast C routines to compute the Discrete Fourier Transform
FFTW_FLAVOR?= default
FFTW_SUFIX=
+WANT_FORTRAN= yes #dummy but future use
+BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
+FC= gfortran42
+F77= gfortran42
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
+CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" FC="${FC}" F77="${F77}"
CONFIGURE_ARGS= --enable-shared
USE_LDCONFIG= yes
PLIST_SUB= FFTW_SUFX="${FFTW_SUFX}"