diff options
author | rafan <rafan@FreeBSD.org> | 2007-01-19 00:43:29 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-01-19 00:43:29 +0800 |
commit | 46633c649412fd397f81ec463392febd71fa1898 (patch) | |
tree | f484c97d577d9db2f15abbb84c0caba7dfeb521e /math | |
parent | 6950b96d5b7f052074a20be0dbd1f0a8c7d485ad (diff) | |
download | freebsd-ports-gnome-46633c649412fd397f81ec463392febd71fa1898.tar.gz freebsd-ports-gnome-46633c649412fd397f81ec463392febd71fa1898.tar.zst freebsd-ports-gnome-46633c649412fd397f81ec463392febd71fa1898.zip |
- Chase lapack share library version
Diffstat (limited to 'math')
-rw-r--r-- | math/freemat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/freemat/Makefile b/math/freemat/Makefile index 5611d486fbbb..0da11ac5d34b 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -22,7 +22,7 @@ COMMENT= An environment for rapid engineering and scientific processing LIB_DEPENDS= f2c.2:${PORTSDIR}/lang/f2c \ gsl.9:${PORTSDIR}/math/gsl \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - lapack.3:${PORTSDIR}/math/lapack \ + lapack.4:${PORTSDIR}/math/lapack \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ arpack.1:${PORTSDIR}/math/arpack |