diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-18 16:43:29 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-18 16:43:29 +0000 |
commit | 584eeea2d7b2c195eb6337767e416530f0341d91 (patch) | |
tree | 8f1697a82f9ed56f9b0fa57c1162ac3983a84e7b /math/freemat | |
parent | 04f23bf6791125a9f84959ca671ec232c1ee7255 (diff) |
Notes
Diffstat (limited to 'math/freemat')
-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 |