diff options
author | pav <pav@FreeBSD.org> | 2007-12-22 06:01:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-12-22 06:01:31 +0800 |
commit | 93d20680990860261f9c33c632401a0ff37dd4ce (patch) | |
tree | c76f26b17dd1b2ada92c5404090f566e7816d9c6 /science | |
parent | caf3d5fdccd4f7ee883301353021b65b0855b678 (diff) | |
download | freebsd-ports-gnome-93d20680990860261f9c33c632401a0ff37dd4ce.tar.gz freebsd-ports-gnome-93d20680990860261f9c33c632401a0ff37dd4ce.tar.zst freebsd-ports-gnome-93d20680990860261f9c33c632401a0ff37dd4ce.zip |
- Mark BROKEN on 7.x
Diffstat (limited to 'science')
-rw-r--r-- | science/pnetcdf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/science/pnetcdf/Makefile b/science/pnetcdf/Makefile index 38c6962325d8..ad48798dc7bb 100644 --- a/science/pnetcdf/Makefile +++ b/science/pnetcdf/Makefile @@ -35,6 +35,10 @@ MAN3= pnetcdf.3 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not configure +.endif + .if defined(WITH_OPENMPI) BUILD_DEPENDS+= ${LOCALBASE}/mpi/openmpi/bin/mpicc:${PORTSDIR}/net/openmpi RUN_DEPENDS+= ${LOCALBASE}/mpi/openmpi/lib/libmpi.so:${PORTSDIR}/net/openmpi |