summaryrefslogtreecommitdiff
path: root/math/itl
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-07-01 23:41:10 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-07-01 23:41:10 +0000
commita892889c8d0feaf3a5bce5d32bbd710264922af7 (patch)
treed2c697aaf74269add17474c0b2e640fe4876d485 /math/itl
parent- Update to 0.3.3 (diff)
- Fix optional dependency on unexistant port
- WANT_ -> WITH_ - Portlint PR: ports/68567 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu>
Notes
Notes: svn path=/head/; revision=112710
Diffstat (limited to 'math/itl')
-rw-r--r--math/itl/Makefile6
-rw-r--r--math/itl/pkg-plist1
2 files changed, 3 insertions, 4 deletions
diff --git a/math/itl/Makefile b/math/itl/Makefile
index 640952e393b4..c8a09d159536 100644
--- a/math/itl/Makefile
+++ b/math/itl/Makefile
@@ -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
diff --git a/math/itl/pkg-plist b/math/itl/pkg-plist
index a3c16d8d738c..cc6c2a402fe8 100644
--- a/math/itl/pkg-plist
+++ b/math/itl/pkg-plist
@@ -9,4 +9,3 @@ include/itl/modified_gram_schmidt.h
include/itl/matrix_free_operator.h
include/itl/number_traits.h
@dirrm include/itl
-