diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-11 01:26:55 +0800 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-04-11 01:26:55 +0800 |
commit | c0669efed5bfc1feca96a758bf4cbe54cb51ba70 (patch) | |
tree | b8a9edbe79fb5c5de6e035c09b189a9c9d4101c5 /math/itl | |
parent | e25456852bc19ad4f1e63841747a4f63637d0eef (diff) | |
download | freebsd-ports-gnome-c0669efed5bfc1feca96a758bf4cbe54cb51ba70.tar.gz freebsd-ports-gnome-c0669efed5bfc1feca96a758bf4cbe54cb51ba70.tar.zst freebsd-ports-gnome-c0669efed5bfc1feca96a758bf4cbe54cb51ba70.zip |
Tidy up whitespace.
Diffstat (limited to 'math/itl')
-rw-r--r-- | math/itl/Makefile | 4 |
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> |