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 | Always install as a user given the stage will do the proper job for users cre... (diff) |
Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.
Approved by: portmgr (not really, but touches unstaged ports)
Notes
Notes:
svn path=/head/; revision=363390
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: |