diff options
-rw-r--r-- | net/mpich2/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile index 14ec5b71dea9..04252bb52b4f 100644 --- a/net/mpich2/Makefile +++ b/net/mpich2/Makefile @@ -194,6 +194,11 @@ X11BASE2FIX= src/mpe2/src/graphics/configure WITHOUT_JAVA= yo # No package for Java ATM .endif +.if ${ARCH} == "amd64" +# gmake should not be required, this is a work-around +USE_GMAKE= yes +.endif + PREFIX:= ${PREFIX}/${PORTNAME} pre-configure: |