diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-12-02 12:57:59 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-12-02 12:57:59 +0000 |
commit | 6f9251c42ec7993c37549794b0adcfe30c387246 (patch) | |
tree | bd5bbe41a738196ff44514d16c6a755a22c99a46 /net/mpich2 | |
parent | - Respect X11BASE by handling theme installation in Makefile (diff) |
Disable Fortran 90 module while gfortran is broken.
Diffstat (limited to 'net/mpich2')
-rw-r--r-- | net/mpich2/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index f8c68d6f0720..bf19ac9b9474 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -19,8 +19,6 @@ DIST_SUBDIR= mpich MAINTAINER= thierry@FreeBSD.org COMMENT= A portable implementation of MPI-1 and MPI-2 -BROKEN= Incorrect pkg-plist - #----------------------------------------------------------------------- # You may define these options: # @@ -66,16 +64,17 @@ RUN_DEPENDS+= javavm:${PORTSDIR}/java/javavmwrapper PLIST_SUB+= JAVA="" .endif -.if defined(WITHOUT_F90) +#.if defined(WITHOUT_F90) CONFIGURE_ARGS+= --disable-f90 PLIST_SUB+= F90="@comment " -.else -F90= gfortran41 -BUILD_DEPENDS+= ${F90}:${PORTSDIR}/lang/gfortran -F90FLAGS+= -ff2c -CONFIGURE_ENV+= F90=${F90} F90FLAGS=${F90FLAGS} -PLIST_SUB+= F90="" -.endif +#.else +# Disabled ATM +#F90= gfortran41 +#BUILD_DEPENDS+= ${F90}:${PORTSDIR}/lang/gfortran +#F90FLAGS+= -ff2c +#CONFIGURE_ENV+= F90=${F90} F90FLAGS=${F90FLAGS} +#PLIST_SUB+= F90="" +#.endif .if defined(WITH_SMPD) CONFIGURE_ARGS+= --with-pmi=smpd --with-pm=smpd |