aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2005-09-12 21:27:16 +0800
committerskv <skv@FreeBSD.org>2005-09-12 21:27:16 +0800
commit71d3206e29430015c9431060f86ca789329202ce (patch)
tree655e1ef6bcdf1e9aecc68faaa90f3e0c79d5d1ef
parent69d2bbc0780aec859b7e2d865f9e45155e2eff8f (diff)
downloadfreebsd-ports-gnome-71d3206e29430015c9431060f86ca789329202ce.tar.gz
freebsd-ports-gnome-71d3206e29430015c9431060f86ca789329202ce.tar.zst
freebsd-ports-gnome-71d3206e29430015c9431060f86ca789329202ce.zip
Use NOT_FOR_ARCHS
PR: ports/85990 Submitted by: leeym
-rw-r--r--net/p5-Parallel-MPI/Makefile8
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>