diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-17 18:08:33 +0800 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-10-17 18:08:33 +0800 |
commit | ac39d25cb13d645037681dbc65360f16ba857b56 (patch) | |
tree | ef5a113874cbd7573264f2676a0bdd4290666ea2 /comms/linpsk | |
parent | a6cfe1d5456c7ee8c837e328c9fe08404d9fbbea (diff) | |
download | freebsd-ports-gnome-ac39d25cb13d645037681dbc65360f16ba857b56.tar.gz freebsd-ports-gnome-ac39d25cb13d645037681dbc65360f16ba857b56.tar.zst freebsd-ports-gnome-ac39d25cb13d645037681dbc65360f16ba857b56.zip |
- 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
Diffstat (limited to 'comms/linpsk')
-rw-r--r-- | comms/linpsk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/linpsk/Makefile b/comms/linpsk/Makefile index 00739dfc3d47..dbcbadd50035 100644 --- a/comms/linpsk/Makefile +++ b/comms/linpsk/Makefile @@ -7,7 +7,7 @@ PORTNAME= linpsk PORTVERSION= 0.8.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |