diff options
author | agc <agc> | 1999-03-08 11:05:22 +0000 |
---|---|---|
committer | agc <agc> | 1999-03-08 11:05:22 +0000 |
commit | e59077fc70c5bb9733e62a78937be995a8fb4675 (patch) | |
tree | b7ff235a30d4558b8ca6547f8b88e931e63fb970 /parallel | |
parent | 2f6c7bf0f656b5c84e7c2506ecbbdd226680e319 (diff) | |
download | pkgsrc-e59077fc70c5bb9733e62a78937be995a8fb4675.tar.gz |
Eek. Committed a change that we're not quite ready for just yet.
Keep gmake -> ${GMAKE} and USE_X11 modifications, though.
Diffstat (limited to 'parallel')
-rw-r--r-- | parallel/mpi-ch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile index 6cb7d771ed8..e8478efd884 100644 --- a/parallel/mpi-ch/Makefile +++ b/parallel/mpi-ch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/03/08 10:48:29 agc Exp $ +# $NetBSD: Makefile,v 1.3 1999/03/08 11:05:22 agc Exp $ DISTNAME= mpich PKGNAME= mpich-1.1.1 @@ -16,7 +16,7 @@ USE_PERL5= yes HAS_CONFIGURE= yes USE_GMAKE= yes USE_X11= yes -CONFIGURE_ARGS= -prefix=${PREFIX} -arch=${LOWER_OPSYS} -comm=ch_p4 +CONFIGURE_ARGS= -prefix=${PREFIX} -arch=netbsd -comm=ch_p4 CONFIGURE_ARGS+= -nof77 -make=${GMAKE} -mpe -rsh=ssh -opt=-O -nodevdebug post-install: |