Re-enable the Fortran 90 module: fixed with gcc-withfortran-4.1.2_20061208.

This commit is contained in:
Thierry Thomas 2006-12-10 23:22:57 +00:00
parent 2cc744a224
commit 98f0157213
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179437

View file

@ -64,17 +64,16 @@ 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
# Disabled ATM
#F90= gfortran41
#BUILD_DEPENDS+= ${F90}:${PORTSDIR}/lang/gfortran
#F90FLAGS+= -ff2c
#CONFIGURE_ENV+= F90=${F90} F90FLAGS=${F90FLAGS}
#PLIST_SUB+= F90=""
#.endif
.else
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