diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-02 13:00:18 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-02 13:00:18 +0000 |
commit | f733c761d07002b310f809b16e9616bb8734f2d2 (patch) | |
tree | b66214f99ec8f8bd25cffccb3c852cd264affcea /math/freefem++ | |
parent | 81ebdadaaad09f4a98f169356e1d24b00aaddad5 (diff) | |
download | ports-f733c761d07002b310f809b16e9616bb8734f2d2.tar.gz ports-f733c761d07002b310f809b16e9616bb8734f2d2.zip |
Notes
Diffstat (limited to 'math/freefem++')
-rw-r--r-- | math/freefem++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/freefem++/Makefile b/math/freefem++/Makefile index 9e9d4a75a1c4..86ecf5f5dd14 100644 --- a/math/freefem++/Makefile +++ b/math/freefem++/Makefile @@ -16,7 +16,7 @@ COMMENT= An implementation of a language dedicated to the finite element method LIB_DEPENDS= atlas.1:${PORTSDIR}/math/atlas \ f2c.2:${PORTSDIR}/lang/f2c \ - gsl.6:${PORTSDIR}/math/gsl \ + gsl.7:${PORTSDIR}/math/gsl \ lapack.3:${PORTSDIR}/math/lapack \ fltk.1:${PORTSDIR}/x11-toolkits/fltk-threads BUILD_DEPENDS= ${LOCALBASE}/lib/libumfpack.a:${PORTSDIR}/math/umfpack \ |