diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-05 04:34:04 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-05 04:34:04 +0800 |
commit | b16ea5ced0d9dede736e3bce3c065465c52e076c (patch) | |
tree | 813471fb560f7ba6497815b36a7a67b77adab483 /net | |
parent | 970b2d8ea278626135d54ff5a0603ceb0b5ddadb (diff) | |
download | freebsd-ports-gnome-b16ea5ced0d9dede736e3bce3c065465c52e076c.tar.gz freebsd-ports-gnome-b16ea5ced0d9dede736e3bce3c065465c52e076c.tar.zst freebsd-ports-gnome-b16ea5ced0d9dede736e3bce3c065465c52e076c.zip |
Mark as broken: fails to link.
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Parallel-MPI/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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" |