diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-27 03:28:43 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-27 03:28:43 +0000 |
commit | 6c9a7568e4bba4bfa91a56601a222231e078f547 (patch) | |
tree | 0f75b3a31afe2946d21540492273aa7d696556cf /net/openmpi | |
parent | 6034e68f75d53057948128d8bef62d5cc05d5ef7 (diff) | |
download | ports-6c9a7568e4bba4bfa91a56601a222231e078f547.tar.gz ports-6c9a7568e4bba4bfa91a56601a222231e078f547.zip |
Notes
Diffstat (limited to 'net/openmpi')
-rw-r--r-- | net/openmpi/Makefile | 4 | ||||
-rw-r--r-- | net/openmpi/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile index 942ab82a0825..f035b9583005 100644 --- a/net/openmpi/Makefile +++ b/net/openmpi/Makefile @@ -44,9 +44,9 @@ BROKEN= Does not compile on sparc64 .if ${OSVERSION} < 503000 .if !exists(/usr/include/stdint.h) -BROKEN= requires stdint.h +BROKEN= requires stdint.h .else -IGNORE= is not supported for FreeBSD < 5.3 +IGNORE= is not supported for FreeBSD < 5.3 .endif .endif diff --git a/net/openmpi/pkg-plist b/net/openmpi/pkg-plist index c3793d8ea71b..75a908bfb26b 100644 --- a/net/openmpi/pkg-plist +++ b/net/openmpi/pkg-plist @@ -159,6 +159,7 @@ %%MPIDIR%%/share/openmpi/help-orted.txt %%MPIDIR%%/share/openmpi/help-orteprobe.txt %%MPIDIR%%/share/openmpi/help-orterun.txt +%%MPIDIR%%/share/openmpi/help-pls-base.txt %%MPIDIR%%/share/openmpi/help-pls-rsh.txt %%MPIDIR%%/share/openmpi/help-pls-slurm.txt %%MPIDIR%%/share/openmpi/help-ras-slurm.txt |