diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-17 10:08:33 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-17 10:08:33 +0000 |
commit | ac39d25cb13d645037681dbc65360f16ba857b56 (patch) | |
tree | ef5a113874cbd7573264f2676a0bdd4290666ea2 /astro/boinc-astropulse | |
parent | a6cfe1d5456c7ee8c837e328c9fe08404d9fbbea (diff) |
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)
Suggestions and patches from: ache, C. Burns, wen
Notes
Notes:
svn path=/head/; revision=283695
Diffstat (limited to 'astro/boinc-astropulse')
-rw-r--r-- | astro/boinc-astropulse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/boinc-astropulse/Makefile b/astro/boinc-astropulse/Makefile index ca6ff18965d0..481743332e5e 100644 --- a/astro/boinc-astropulse/Makefile +++ b/astro/boinc-astropulse/Makefile @@ -6,7 +6,7 @@ PORTNAME= boinc-astropulse PORTVERSION= 5.06 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ DISTNAME= astropulse-svn-868 |