aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-12-02 12:57:59 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-12-02 12:57:59 +0000
commit6f9251c42ec7993c37549794b0adcfe30c387246 (patch)
treebd5bbe41a738196ff44514d16c6a755a22c99a46 /net
parent51c6967eac6d5009167b1b00cf40ab460a54d1f1 (diff)
downloadports-6f9251c42ec7993c37549794b0adcfe30c387246.tar.gz
ports-6f9251c42ec7993c37549794b0adcfe30c387246.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/mpich2/Makefile19
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