diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-03-15 06:04:18 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-03-15 06:04:18 +0000 |
commit | 44e34cd6b42d1e1a7717a0208d6f424276b5e17f (patch) | |
tree | 975f72faec2d583dea769090ce2cce15b72bc5e9 /math | |
parent | eb97e6c367d877f306b3b8de04874b650394ec04 (diff) | |
download | ports-44e34cd6b42d1e1a7717a0208d6f424276b5e17f.tar.gz ports-44e34cd6b42d1e1a7717a0208d6f424276b5e17f.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/umfpack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/umfpack/Makefile b/math/umfpack/Makefile index c9517522349e..cb3a34ab5fe0 100644 --- a/math/umfpack/Makefile +++ b/math/umfpack/Makefile @@ -14,7 +14,7 @@ DISTNAME= UMFPACKv${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Unsymmetric-pattern MultiFrontal Package -BUILD_DEPENDS= ${LOCALBASE}/lib/libcblas.a:${PORTSDIR}/math/atlas +LIB_DEPENDS= atlas.1:${PORTSDIR}/math/atlas WRKSRC= ${WRKDIR}/${DISTNAME}/UMFPACK ALL_TARGET= lib |