aboutsummaryrefslogtreecommitdiff
path: root/math/itl/Makefile
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-04-10 17:26:55 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-04-10 17:26:55 +0000
commitc0669efed5bfc1feca96a758bf4cbe54cb51ba70 (patch)
treeb8a9edbe79fb5c5de6e035c09b189a9c9d4101c5 /math/itl/Makefile
parente25456852bc19ad4f1e63841747a4f63637d0eef (diff)
downloadports-c0669efed5bfc1feca96a758bf4cbe54cb51ba70.tar.gz
ports-c0669efed5bfc1feca96a758bf4cbe54cb51ba70.zip
Tidy up whitespace.
Notes
Notes: svn path=/head/; revision=106671
Diffstat (limited to 'math/itl/Makefile')
-rw-r--r--math/itl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/itl/Makefile b/math/itl/Makefile
index 81d69208ec41..640952e393b4 100644
--- a/math/itl/Makefile
+++ b/math/itl/Makefile
@@ -20,7 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/mtl/mtl.h:${PORTSDIR}/math/mtl \
${LOCALBASE}/lib/libblitz.a:${PORTSDIR}/math/blitz++
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-mtl=${LOCALBASE}/include \
+CONFIGURE_ARGS= --with-mtl=${LOCALBASE}/include \
--with-blitz=${LOCALBASE}/include
NO_BUILD= yes
@@ -29,7 +29,7 @@ NO_BUILD= yes
.if defined(WANT_MPI) || exists(${LOCALBASE}/bin/hcp)
BUILD_DEPENDS+= ${LOCALBASE}/bin/hcp:${PORTSDIR}/parallel/lam
RUN_DEPENDS+= ${LOCALBASE}/bin/hcp:${PORTSDIR}/parallel/lam
-CONFIGURE_ARGS+= --with-mpi=lam
+CONFIGURE_ARGS+=--with-mpi=lam
.endif
.include <bsd.port.post.mk>