diff options
author | kris <kris@FreeBSD.org> | 2005-07-21 07:42:44 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-07-21 07:42:44 +0800 |
commit | cf9b1b125d0f4413fdb4e5af1552a7a5793cb105 (patch) | |
tree | b603554348304e15f0081258a7809637d540737b /net | |
parent | 5b4e1ad00ac2ad47b8b39a17610f716861f0eaa5 (diff) | |
download | freebsd-ports-gnome-cf9b1b125d0f4413fdb4e5af1552a7a5793cb105.tar.gz freebsd-ports-gnome-cf9b1b125d0f4413fdb4e5af1552a7a5793cb105.tar.zst freebsd-ports-gnome-cf9b1b125d0f4413fdb4e5af1552a7a5793cb105.zip |
BROKEN on ia64 and amd64: Does not build
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Parallel-MPI/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/p5-Parallel-MPI/Makefile b/net/p5-Parallel-MPI/Makefile index bc9874e65ad1..aab9e8489b5c 100644 --- a/net/p5-Parallel-MPI/Makefile +++ b/net/p5-Parallel-MPI/Makefile @@ -25,4 +25,10 @@ CONFIGURE_ARGS= LD="${PREFIX}/mpich/bin/mpicc" INC="-I${PREFIX}/mpich/include" MAN3= Parallel::MPI.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" || ${ARCH} == "amd64" +BROKEN= "Does not build on ${ARCH}" +.endif + +.include <bsd.port.post.mk> |