summaryrefslogtreecommitdiff
path: root/devel/p5-IPC-Shareable/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-IPC-Shareable/Makefile')
-rw-r--r--devel/p5-IPC-Shareable/Makefile13
1 files changed, 12 insertions, 1 deletions
diff --git a/devel/p5-IPC-Shareable/Makefile b/devel/p5-IPC-Shareable/Makefile
index cf02edaf406..58d077f9c89 100644
--- a/devel/p5-IPC-Shareable/Makefile
+++ b/devel/p5-IPC-Shareable/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:22 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2006/10/08 08:50:39 rillig Exp $
#
DISTNAME= IPC-Shareable-0.60
@@ -16,5 +16,16 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/IPC/Shareable/.packlist
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
+# The tests hang on NetBSD 3.0, both as unprivileged user and as root.
+# The last words are:
+#
+# t/25ipc.......Could not create semaphore set: No space left on device
+# at t/25ipc.t line 37
+TEST_TARGET= # disabled
+.endif
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"