diff options
author | pav <pav@FreeBSD.org> | 2007-10-26 19:40:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-10-26 19:40:17 +0800 |
commit | e78e592f56eaa59e57c98ddc43c5c3ada35d76f5 (patch) | |
tree | 08650d71ef0e258da511f7fd17b0bbe639ef2d0f /net/lam/Makefile | |
parent | 7f25f18c55f3966fcf344b4246ef06035aa65679 (diff) | |
download | freebsd-ports-gnome-e78e592f56eaa59e57c98ddc43c5c3ada35d76f5.tar.gz freebsd-ports-gnome-e78e592f56eaa59e57c98ddc43c5c3ada35d76f5.tar.zst freebsd-ports-gnome-e78e592f56eaa59e57c98ddc43c5c3ada35d76f5.zip |
- Update to 7.1.4
- Disable f77 bits, so it can be compiled on 7.0
PR: ports/117272
Submitted by: Alexandre "Sunny" Kovalenko <alex.kovalenko@verizon.net>
Diffstat (limited to 'net/lam/Makefile')
-rw-r--r-- | net/lam/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/lam/Makefile b/net/lam/Makefile index dc36ca822de1..c336d675c9ad 100644 --- a/net/lam/Makefile +++ b/net/lam/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lam -PORTVERSION= 7.1.2 +PORTVERSION= 7.1.4 CATEGORIES= net parallel MASTER_SITES= http://www.lam-mpi.org/download/files/ \ http://www.thinkingnerds.com/lam/download/files/ @@ -17,7 +17,7 @@ COMMENT= Local Area Multicomputer MPI implementation USE_BZIP2= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-rsh=ssh +CONFIGURE_ARGS= --with-rsh=ssh --without-fc CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes @@ -373,10 +373,6 @@ MAN7= LAM.7 \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700042 -BROKEN= Broken with gcc 4.2 -.endif - .if ${PERL_LEVEL} < 500800 BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp |