diff options
-rw-r--r-- | math/fftw3-float/Makefile | 2 | ||||
-rw-r--r-- | math/fftw3-long/Makefile | 2 | ||||
-rw-r--r-- | math/fftw3/Makefile | 3 |
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 |