diff options
author | agc <agc@pkgsrc.org> | 1999-03-08 10:48:29 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-03-08 10:48:29 +0000 |
commit | 2aafaa2f54c6f982d1f011a1191822c482f4207f (patch) | |
tree | 1f4c8ac3ad23eef204e03b45d883ceda6e59a0f4 /parallel/mpi-ch | |
parent | 06e2cfd92655e66beffc02100b2f2c66623de46f (diff) | |
download | pkgsrc-2aafaa2f54c6f982d1f011a1191822c482f4207f.tar.gz |
Set USE_X11 for this package.
s/gmake/${GMAKE}/
Diffstat (limited to 'parallel/mpi-ch')
-rw-r--r-- | parallel/mpi-ch/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile index 522a2b0cf1e..6cb7d771ed8 100644 --- a/parallel/mpi-ch/Makefile +++ b/parallel/mpi-ch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/10/13 23:31:04 garbled Exp $ +# $NetBSD: Makefile,v 1.2 1999/03/08 10:48:29 agc Exp $ DISTNAME= mpich PKGNAME= mpich-1.1.1 @@ -10,15 +10,14 @@ HOMEPAGE= http://www.mcs.anl.gov/mpi/mpich/index.html DEPENDS+= ssh-1.2.26:../../security/ssh -#this pkg needs x11!! - WRKSRC= ${WRKDIR}/mpich ALL_TARGET= ALL USE_PERL5= yes HAS_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS= -prefix=${PREFIX} -arch=netbsd -comm=ch_p4 -CONFIGURE_ARGS+= -nof77 -make=gmake -mpe -rsh=ssh -opt=-O -nodevdebug +USE_X11= yes +CONFIGURE_ARGS= -prefix=${PREFIX} -arch=${LOWER_OPSYS} -comm=ch_p4 +CONFIGURE_ARGS+= -nof77 -make=${GMAKE} -mpe -rsh=ssh -opt=-O -nodevdebug post-install: ${RM} ${LOCALBASE}/mpiuninstall |