From d8b30d9b95d18dcf25baa9f0ef9e13dd8c40aee8 Mon Sep 17 00:00:00 2001 From: Thierry Thomas <thierry@FreeBSD.org> Date: Mon, 21 Aug 2006 20:50:50 +0000 Subject: - Upgrade net/lam to 7.1.2 and remove net/lam7; - Chase lam7 -> lam in the dependent ports; - Mark math/freemat IGNORE if WITH_MPI is defined and add a note about FreeMat 2.0 and QT4. --- math/freemat/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'math/freemat') diff --git a/math/freemat/Makefile b/math/freemat/Makefile index b76d390252f0..6074aff15d3e 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= freemat -PORTVERSION= 1.10 +PORTVERSION= 1.10 # Note: FreeMat 2.0 is waiting for QT4. PORTREVISION= 2 CATEGORIES= math science MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -72,13 +72,8 @@ DATADIR= ${PREFIX}/share/FreeMat BROKEN= Does not compile with gcc-2.95 .endif -.if exists(${LOCALBASE}/bin/balky) -WITH_MPI= yes -.endif .if defined(WITH_MPI) -. if exists(${LOCALBASE}/bin/laminfo) -BROKEN= does not work with net/lam7, please install net/lam -. endif +IGNORE= does not work with lam-7 BUILD_DEPENDS+= mpiCC:${PORTSDIR}/net/lam RUN_DEPENDS+= lamboot:${PORTSDIR}/net/lam CONFIGURE_ARGS+=--with-mpi=yes -- cgit v1.2.3