summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/mpich/Makefile7
-rw-r--r--net/mpich2/Makefile7
2 files changed, 12 insertions, 2 deletions
diff --git a/net/mpich/Makefile b/net/mpich/Makefile
index b85d1e13dad9..a92658b8d2c9 100644
--- a/net/mpich/Makefile
+++ b/net/mpich/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 May 1998
# Whom: dbader@eece.unm.edu
#
-# $Id: Makefile,v 1.2 1998/05/15 02:46:05 chuckr Exp $
+# $Id: Makefile,v 1.3 1998/07/27 00:25:29 steve Exp $
#
DISTNAME= mpich-1.1.1
@@ -12,6 +12,11 @@ MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/
MAINTAINER= dbader@eece.unm.edu
+SVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= MOUNT_NFS undeclared
+.endif
+
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --cflags="$(CFLAGS)"
WRKSRC= ${WRKDIR}/mpich
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile
index b85d1e13dad9..a92658b8d2c9 100644
--- a/net/mpich2/Makefile
+++ b/net/mpich2/Makefile
@@ -3,7 +3,7 @@
# Date created: 2 May 1998
# Whom: dbader@eece.unm.edu
#
-# $Id: Makefile,v 1.2 1998/05/15 02:46:05 chuckr Exp $
+# $Id: Makefile,v 1.3 1998/07/27 00:25:29 steve Exp $
#
DISTNAME= mpich-1.1.1
@@ -12,6 +12,11 @@ MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/
MAINTAINER= dbader@eece.unm.edu
+SVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= MOUNT_NFS undeclared
+.endif
+
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --cflags="$(CFLAGS)"
WRKSRC= ${WRKDIR}/mpich