diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 20:55:27 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 20:55:27 +0000 |
commit | 0f88ed614d3de9ed46c41028cf2f22975eeff57a (patch) | |
tree | f4519572010b06eda59dede8d41490eef53b4983 /math/jags | |
parent | 7ff153a552ed208bcb8c6492a42b161f05676a3f (diff) | |
download | ports-0f88ed614d3de9ed46c41028cf2f22975eeff57a.tar.gz ports-0f88ed614d3de9ed46c41028cf2f22975eeff57a.zip |
Notes
Diffstat (limited to 'math/jags')
-rw-r--r-- | math/jags/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/jags/Makefile b/math/jags/Makefile index 9c99492639ca..cc8c69b311f1 100644 --- a/math/jags/Makefile +++ b/math/jags/Makefile @@ -58,7 +58,7 @@ LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack CONFIGURE_ARGS= --with-lapack="-llapack" --with-blas="-lblas" .else -IGNORE = : invalid value for WITH_BLAS: ${WITH_BLAS} +IGNORE= : invalid value for WITH_BLAS: ${WITH_BLAS} .endif post-patch: |