diff options
author | Diane Bruce <db@FreeBSD.org> | 2009-05-15 11:58:18 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2009-05-15 11:58:18 +0000 |
commit | 21a8d0ccd9c3e08e7fba4aeb176271e717739413 (patch) | |
tree | 38ffbc76ba26d67ef05a88e373b8fd6587d4bf71 /math/fftw3/Makefile | |
parent | 52c68fb695510e124a582aa752a49fd1f073dd60 (diff) |
Notes
Diffstat (limited to 'math/fftw3/Makefile')
-rw-r--r-- | math/fftw3/Makefile | 3 |
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 |