diff options
Diffstat (limited to 'parallel/openmpi/Makefile')
-rw-r--r-- | parallel/openmpi/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/parallel/openmpi/Makefile b/parallel/openmpi/Makefile index 5a1282fb360..26d1db271cf 100644 --- a/parallel/openmpi/Makefile +++ b/parallel/openmpi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2013/07/19 03:52:29 manu Exp $ +# $NetBSD: Makefile,v 1.25 2014/02/18 22:21:33 joerg Exp $ DISTNAME= openmpi-1.6.4 PKGREVISION= 1 @@ -38,6 +38,11 @@ USE_TOOLS+= perl:run TEST_TARGET= check +.if ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || \ + (${OPSYS} == "NetBSD" && exists(/var/shm)) +PLIST_SRC+= PLIST.shm +.endif + ## Just in case you'll need it... # USE_TOOLS+= aclocal autoconf automake bash perl # REPLACE_BASH= autogen.sh |