diff options
-rw-r--r-- | science/pnetcdf/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/science/pnetcdf/Makefile b/science/pnetcdf/Makefile index 6dccfdbb1ffa..f869386bd0b4 100644 --- a/science/pnetcdf/Makefile +++ b/science/pnetcdf/Makefile @@ -7,7 +7,7 @@ PORTNAME= pnetcdf PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science parallel MASTER_SITES= http://www-unix.mcs.anl.gov/parallel-netcdf/ DISTNAME= parallel-netcdf-${PORTVERSION} @@ -25,6 +25,11 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GMAKE= yes +WANT_FORTRAN= yes +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +FC= gfortran42 +F77= gfortran42 + MAN1= ncmpigen.1 ncmpidump.1 MAN3= pnetcdf.3 |