diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 20:34:04 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 20:34:04 +0000 |
commit | 16e7073b047d3d60b727fd214298e2a53925bbac (patch) | |
tree | 65ccc1409b8c33acbe3906c79242d3da5216838c /net | |
parent | Mark as broken with gcc4.2. While here, pet portlint. (diff) |
Mark as broken: fails to link.
Notes
Notes:
svn path=/head/; revision=200850
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" |