- Fix optional dependency on unexistant port

- WANT_ -> WITH_
- Portlint

PR:		ports/68567
Submitted by:	Eric van Gyzen <vangyzen@stat.duke.edu>
This commit is contained in:
Pav Lucistnik 2004-07-01 23:41:10 +00:00
parent 2cd3ae76f0
commit a892889c8d
2 changed files with 3 additions and 4 deletions

View file

@ -26,9 +26,9 @@ NO_BUILD= yes
.include <bsd.port.pre.mk>
.if defined(WANT_MPI) || exists(${LOCALBASE}/bin/hcp)
BUILD_DEPENDS+= ${LOCALBASE}/bin/hcp:${PORTSDIR}/parallel/lam
RUN_DEPENDS+= ${LOCALBASE}/bin/hcp:${PORTSDIR}/parallel/lam
.if defined(WITH_MPI) || exists(${LOCALBASE}/bin/hcp)
BUILD_DEPENDS+= ${LOCALBASE}/bin/hcp:${PORTSDIR}/net/lam
RUN_DEPENDS+= ${LOCALBASE}/bin/hcp:${PORTSDIR}/net/lam
CONFIGURE_ARGS+=--with-mpi=lam
.endif

View file

@ -9,4 +9,3 @@ include/itl/modified_gram_schmidt.h
include/itl/matrix_free_operator.h
include/itl/number_traits.h
@dirrm include/itl