diff options
Diffstat (limited to 'math/cblas/Makefile')
-rw-r--r-- | math/cblas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/cblas/Makefile b/math/cblas/Makefile index 30fdc9b65aa7..53cb75ff71df 100644 --- a/math/cblas/Makefile +++ b/math/cblas/Makefile @@ -103,7 +103,7 @@ post-build: .if defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING) BLAS?= -L${LOCALBASE}/lib -lblas -BUILD_DEPENDS += ${LOCALBASE}/lib/libblas.so:${PORTSDIR}/math/blas +BUILD_DEPENDS += ${LOCALBASE}/lib/libblas.so:math/blas MAKE_ENV+= BLLIB="${BLAS}" check regression-test test: ${TESTS} |