diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-11 15:12:06 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-11 15:12:06 +0000 |
commit | 2212408e6921e0d00a9d38c85c71feb4957a7bc3 (patch) | |
tree | 869b3f75a9d45c170b75fcadb287834b56f72181 /math/freefem++ | |
parent | d74ec151602e0abbb6b4eaf00038e0746eae1949 (diff) |
Notes
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 95b0f1e6f0b6..1fab4fe9b783 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 \ |