diff options
Diffstat (limited to 'math/arpack')
-rw-r--r-- | math/arpack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile index 1524c8d0a2f..790a2bde523 100644 --- a/math/arpack/Makefile +++ b/math/arpack/Makefile @@ -22,12 +22,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Argand Library: large eigenvalue subroutines (serial version) BUILD_DEPENDS= ${LOCALBASE}/bin/f2c:${PORTSDIR}/lang/f2c \ - ${LOCALBASE}/lib/libf77blas.a:${PORTSDIR}/math/atlas + ${LOCALBASE}/lib/libblas.a:${PORTSDIR}/math/blas WRKSRC= ${WRKDIR}/ARPACK ALL_TARGET= lib -BLAS_LIBS= ${LOCALBASE}/lib/libf77blas.a ${LOCALBASE}/lib/libatlas.a +BLAS_LIBS?= ${LOCALBASE}/lib/libblas.a INSTALLS_SHLIB= yes USE_REINPLACE= yes |