diff options
author | db <db@FreeBSD.org> | 2009-05-15 19:58:18 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2009-05-15 19:58:18 +0800 |
commit | c415c0aa1c4a4d4e57ebd83f9321b5a5bea24d19 (patch) | |
tree | 44baee4713fb1cc671d08e0776ce7c7d2b931478 /math | |
parent | 21d9b6e4eb2101474707861ec9b22cd8a68005d0 (diff) | |
download | freebsd-ports-gnome-c415c0aa1c4a4d4e57ebd83f9321b5a5bea24d19.tar.gz freebsd-ports-gnome-c415c0aa1c4a4d4e57ebd83f9321b5a5bea24d19.tar.zst freebsd-ports-gnome-c415c0aa1c4a4d4e57ebd83f9321b5a5bea24d19.zip |
- fftw3 needs USE_FORTRAN in order to generate fortran shim. [1]
- Two week maintainer timeout.
PR: ports/134115 [1]
Diffstat (limited to 'math')
-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 |