diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:26:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:26:25 +0000 |
commit | d22728a7e856c5c9ae691125736d656a2c1163ad (patch) | |
tree | 631e17a2b7895241106d33db493284675e581402 /math/atlas | |
parent | f329319eb51eb2930a53eb96f5f2932c737a71b8 (diff) | |
download | ports-d22728a7e856c5c9ae691125736d656a2c1163ad.tar.gz ports-d22728a7e856c5c9ae691125736d656a2c1163ad.zip |
Notes
Diffstat (limited to 'math/atlas')
-rw-r--r-- | math/atlas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/atlas/Makefile b/math/atlas/Makefile index f60b501d8590..7d9a019b42f3 100644 --- a/math/atlas/Makefile +++ b/math/atlas/Makefile @@ -55,7 +55,7 @@ POINTER?= 32 .endif .if defined(MAINTAINER_MODE) -LIB_DEPENDS+= blas:${PORTSDIR}/math/blas +LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas .endif .for i in DATA DOCS |