From 71d3206e29430015c9431060f86ca789329202ce Mon Sep 17 00:00:00 2001 From: skv Date: Mon, 12 Sep 2005 13:27:16 +0000 Subject: Use NOT_FOR_ARCHS PR: ports/85990 Submitted by: leeym --- net/p5-Parallel-MPI/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/net/p5-Parallel-MPI/Makefile b/net/p5-Parallel-MPI/Makefile index aab9e8489b5c..49479722b585 100644 --- a/net/p5-Parallel-MPI/Makefile +++ b/net/p5-Parallel-MPI/Makefile @@ -25,10 +25,6 @@ CONFIGURE_ARGS= LD="${PREFIX}/mpich/bin/mpicc" INC="-I${PREFIX}/mpich/include" MAN3= Parallel::MPI.3 -.include +NOT_FOR_ARCHS= ia64 amd64 -.if ${ARCH} == "ia64" || ${ARCH} == "amd64" -BROKEN= "Does not build on ${ARCH}" -.endif - -.include +.include -- cgit