diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-05-28 15:52:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-05-28 15:52:57 +0000 |
commit | 217ccbfecfc8d7f707faba103c7ea885cf52f7f1 (patch) | |
tree | 0244291eaa55171292119b8ec52510ca6dd296c3 | |
parent | The GraphViz class allows for the creation of and the work with directed and (diff) |
- Add a new dependence of gfortran42
- Bump PORTREVISION
PR: 113047
Submitted by: CHAO Shin <quakelee@cn.FreeBSD.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=192193
-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 |