diff options
author | kris <kris@FreeBSD.org> | 2005-07-20 23:42:44 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-07-20 23:42:44 +0000 |
commit | cf9b1b125d0f4413fdb4e5af1552a7a5793cb105 (patch) | |
tree | b603554348304e15f0081258a7809637d540737b | |
parent | 5b4e1ad00ac2ad47b8b39a17610f716861f0eaa5 (diff) | |
download | FreeBSD-ports-cf9b1b125d0f4413fdb4e5af1552a7a5793cb105.zip FreeBSD-ports-cf9b1b125d0f4413fdb4e5af1552a7a5793cb105.tar.gz |
BROKEN on ia64 and amd64: Does not build
-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 bc9874e..aab9e84 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> |