diff --git a/net/p5-Parallel-MPI/Makefile b/net/p5-Parallel-MPI/Makefile index 726845cc3fc8..b480ef72733e 100644 --- a/net/p5-Parallel-MPI/Makefile +++ b/net/p5-Parallel-MPI/Makefile @@ -19,6 +19,8 @@ COMMENT= Perl interface to the MPI message passing system BUILD_DEPENDS= ${LOCALBASE}/mpich/bin/mpicc:${PORTSDIR}/net/mpich RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= fails to link + PERL_CONFIGURE= yes CC= ${PREFIX}/mpich/bin/mpicc CONFIGURE_ARGS= LD="${PREFIX}/mpich/bin/mpicc" INC="-I${PREFIX}/mpich/include"