diff options
author | ahze <ahze@FreeBSD.org> | 2006-05-11 23:12:06 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-05-11 23:12:06 +0800 |
commit | 203e1b02856fda7821ba5214272240ca29418fca (patch) | |
tree | 3c56c347254b62b06bf4e7341777e57ebb8201d1 /math/freefem++ | |
parent | 5868b771b0fcac9015e9999a24e198f586cbfb55 (diff) | |
download | freebsd-ports-graphics-203e1b02856fda7821ba5214272240ca29418fca.tar.gz freebsd-ports-graphics-203e1b02856fda7821ba5214272240ca29418fca.tar.zst freebsd-ports-graphics-203e1b02856fda7821ba5214272240ca29418fca.zip |
- Chase fftw3 libver bump
Diffstat (limited to 'math/freefem++')
-rw-r--r-- | math/freefem++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile index 95b0f1e6f0b..1fab4fe9b78 100644 --- a/math/freefem++/Makefile +++ b/math/freefem++/Makefile @@ -7,7 +7,7 @@ PORTNAME= freefem++ PORTVERSION= 2.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math science MASTER_SITES= http://www.freefem.org/ff++/ftp/ @@ -19,7 +19,7 @@ LIB_DEPENDS= atlas.1:${PORTSDIR}/math/atlas \ gsl.9:${PORTSDIR}/math/gsl \ lapack.3:${PORTSDIR}/math/lapack \ fltk.1:${PORTSDIR}/x11-toolkits/fltk-threads \ - fftw3.3:${PORTSDIR}/math/fftw3 + fftw3.4:${PORTSDIR}/math/fftw3 BUILD_DEPENDS= ${LOCALBASE}/lib/libumfpack.a:${PORTSDIR}/math/umfpack \ ${LOCALBASE}/lib/libarpack.a:${PORTSDIR}/math/arpack \ convert:${PORTSDIR}/graphics/ImageMagick \ |