aboutsummaryrefslogtreecommitdiff
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
parent52c68fb695510e124a582aa752a49fd1f073dd60 (diff)
downloadports-21a8d0ccd9c3e08e7fba4aeb176271e717739413.tar.gz
ports-21a8d0ccd9c3e08e7fba4aeb176271e717739413.zip
Notes
-rw-r--r--math/fftw3-float/Makefile2
-rw-r--r--math/fftw3-long/Makefile2
-rw-r--r--math/fftw3/Makefile3
3 files changed, 4 insertions, 3 deletions
diff --git a/math/fftw3-float/Makefile b/math/fftw3-float/Makefile
index 888139a0e0a5..0fc1db8e825c 100644
--- a/math/fftw3-float/Makefile
+++ b/math/fftw3-float/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
# $MCom: ports-experimental/math/fftw3-float/Makefile,v 1.1 2006/03/28 00:08:57 ahze Exp $
-PORTREVISION= 0
+PORTREVISION= 1
COMMENT= Fast C routines (Single Percision)
diff --git a/math/fftw3-long/Makefile b/math/fftw3-long/Makefile
index 886521d70754..8403405f367c 100644
--- a/math/fftw3-long/Makefile
+++ b/math/fftw3-long/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
# $MCom: ports-experimental/math/fftw3-long/Makefile,v 1.1 2006/03/28 00:08:58 ahze Exp $
-PORTREVISION= 0
+PORTREVISION= 1
COMMENT= Fast C routines (Long Double Percision)
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