diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-06 01:28:22 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-06 01:28:22 +0000 |
commit | 57c00223d04bb0f55e26ec4a558265cc703db1e4 (patch) | |
tree | 3249671a74c0166d3d7391fb6ae8fd63f48f4ed6 /math/freemat | |
parent | ff5d44386a0f35ef76ea2aadca5946fa10b8e982 (diff) | |
download | ports-57c00223d04bb0f55e26ec4a558265cc703db1e4.tar.gz ports-57c00223d04bb0f55e26ec4a558265cc703db1e4.zip |
Notes
Diffstat (limited to 'math/freemat')
-rw-r--r-- | math/freemat/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/math/freemat/Makefile b/math/freemat/Makefile index 4b56e0a10faf..b76d390252f0 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -7,7 +7,7 @@ PORTNAME= freemat PORTVERSION= 1.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math science MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,7 +20,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An environment for rapid engineering and scientific processing LIB_DEPENDS= f2c.2:${PORTSDIR}/lang/f2c \ - gsl.7:${PORTSDIR}/math/gsl \ + gsl.9:${PORTSDIR}/math/gsl \ jpeg.9:${PORTSDIR}/graphics/jpeg \ lapack.3:${PORTSDIR}/math/lapack \ png.5:${PORTSDIR}/graphics/png \ @@ -29,7 +29,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libarpack.a:${PORTSDIR}/math/arpack \ ${LOCALBASE}/lib/libumfpack.a:${PORTSDIR}/math/umfpack USE_GL= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-blas="${lib_blas}" @@ -70,7 +69,7 @@ DATADIR= ${PREFIX}/share/FreeMat .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "Does not compile with gcc-2.95" +BROKEN= Does not compile with gcc-2.95 .endif .if exists(${LOCALBASE}/bin/balky) @@ -78,7 +77,7 @@ WITH_MPI= yes .endif .if defined(WITH_MPI) . if exists(${LOCALBASE}/bin/laminfo) -BROKEN= "does not work with net/lam7, please install net/lam" +BROKEN= does not work with net/lam7, please install net/lam . endif BUILD_DEPENDS+= mpiCC:${PORTSDIR}/net/lam RUN_DEPENDS+= lamboot:${PORTSDIR}/net/lam |