diff options
-rw-r--r-- | net/p5-Parallel-MPI/Makefile | 8 |
1 files 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 <bsd.port.pre.mk> +NOT_FOR_ARCHS= ia64 amd64 -.if ${ARCH} == "ia64" || ${ARCH} == "amd64" -BROKEN= "Does not build on ${ARCH}" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |