aboutsummaryrefslogtreecommitdiffstats
path: root/math/freemat
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2011-10-17 18:08:33 +0800
committerbf <bf@FreeBSD.org>2011-10-17 18:08:33 +0800
commitc5df546f91d4ce945b2de2e01f71d31243158164 (patch)
tree28381e3e9e9a82d3a2b45f40fb8df8fd26cc5894 /math/freemat
parent86b4e4efcff2f1578c68c8821ff20594cc982a82 (diff)
downloadfreebsd-ports-gnome-c5df546f91d4ce945b2de2e01f71d31243158164.tar.gz
freebsd-ports-gnome-c5df546f91d4ce945b2de2e01f71d31243158164.tar.zst
freebsd-ports-gnome-c5df546f91d4ce945b2de2e01f71d31243158164.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 'math/freemat')
-rw-r--r--math/freemat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/freemat/Makefile b/math/freemat/Makefile
index 1fd0a783a65f..2a61f0605ed4 100644
--- a/math/freemat/Makefile
+++ b/math/freemat/Makefile
@@ -8,7 +8,7 @@
PORTNAME= FreeMat
PORTVERSION= 4.0
DISTVERSIONSUFFIX= -Source
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math science
MASTER_SITES= SF
MASTER_SITE_SUBDIR= freemat/FreeMat4
@@ -46,8 +46,8 @@ SLAVEDIRS= math/freemat-mpi
DATADIR+= ${PREFIX}/share/${PORTNAME}-${PORTVERSION}
.if !defined(WITHOUT_FFTW)
-LIB_DEPENDS+= fftw3.5:${PORTSDIR}/math/fftw3 \
- fftw3f.5:${PORTSDIR}/math/fftw3-float
+LIB_DEPENDS+= fftw3:${PORTSDIR}/math/fftw3 \
+ fftw3f:${PORTSDIR}/math/fftw3-float
.endif
.if !defined(WITHOUT_ARPACK)