summaryrefslogtreecommitdiff
path: root/math/fftw3
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2009-05-15 11:58:18 +0000
committerDiane Bruce <db@FreeBSD.org>2009-05-15 11:58:18 +0000
commit21a8d0ccd9c3e08e7fba4aeb176271e717739413 (patch)
tree38ffbc76ba26d67ef05a88e373b8fd6587d4bf71 /math/fftw3
parent- Mark MAKE_JOBS_SAFE (diff)
- fftw3 needs USE_FORTRAN in order to generate fortran shim. [1]
- Two week maintainer timeout. PR: ports/134115 [1]
Notes
Notes: svn path=/head/; revision=233931
Diffstat (limited to 'math/fftw3')
-rw-r--r--math/fftw3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/fftw3/Makefile b/math/fftw3/Makefile
index e538f75d8599..122e4db37aa8 100644
--- a/math/fftw3/Makefile
+++ b/math/fftw3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= fftw3
PORTVERSION= 3.1.3
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= math
MASTER_SITES= ftp://ftp.fftw.org/pub/fftw/ \
ftp://ftp.fftw.org/pub/fftw/old/
@@ -22,6 +22,7 @@ FFTW3_FLAVOR?= default
FFTW3_SUFX=
GNU_CONFIGURE= yes
+USE_FORTRAN= yes
USE_GNOME= gnomehack gnometarget pkgconfig
USE_PERL5_BUILD=yes
USE_LDCONFIG= yes