diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-10 00:58:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-10 00:58:57 +0800 |
commit | 7091f86cd0ef845d598ab9d87cf604edbbe0baf5 (patch) | |
tree | 10c1d569ffbb21d7cf0fe18b558265c2f55a2e5a /science | |
parent | e68a3504318e67c9fbc0cf5a963983be7b1638af (diff) | |
download | freebsd-ports-gnome-7091f86cd0ef845d598ab9d87cf604edbbe0baf5.tar.gz freebsd-ports-gnome-7091f86cd0ef845d598ab9d87cf604edbbe0baf5.tar.zst freebsd-ports-gnome-7091f86cd0ef845d598ab9d87cf604edbbe0baf5.zip |
- Cleanup Makefile
Diffstat (limited to 'science')
-rw-r--r-- | science/pnetcdf/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/science/pnetcdf/Makefile b/science/pnetcdf/Makefile index 2cd007080380..74a10ce20c88 100644 --- a/science/pnetcdf/Makefile +++ b/science/pnetcdf/Makefile @@ -27,9 +27,6 @@ USES= fortran gmake PORTDOCS= COPYRIGHT INSTALL README -#FORTRAN_CONFIGURE_OFF= --disable-fortran -#FORTRAN_CONFIGURE_ON= --enable-fortran -#FORTRAN_USES= fortran MPICH2_CONFIGURE_ON= --with-mpi=${LOCALBASE} MPICH2_LIB_DEPENDS= libmpich.so:${PORTSDIR}/net/mpich2 OPENMPI_CONFIGURE_ON= --with-mpi=${LOCALBASE}/mpi/openmpi |