summaryrefslogtreecommitdiff
path: root/devel/ruby-posix-spawn
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2011-09-16 05:34:31 +0000
committerminskim <minskim@pkgsrc.org>2011-09-16 05:34:31 +0000
commit1c5c20cc8102e6cc3f1baadc40c8fe9c06ff0c10 (patch)
treedfe88459f9b10a1b95446fa540f87a310acedbf4 /devel/ruby-posix-spawn
parentc0bec41a7263ace9fa1dd3b11a9fed09ef3de525 (diff)
downloadpkgsrc-1c5c20cc8102e6cc3f1baadc40c8fe9c06ff0c10.tar.gz
ruby-posix-spawn cannot be built on NetBSD, which doesn't have
posix_spawn(). Noted by joerg@.
Diffstat (limited to 'devel/ruby-posix-spawn')
-rw-r--r--devel/ruby-posix-spawn/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ruby-posix-spawn/Makefile b/devel/ruby-posix-spawn/Makefile
index 0d1665608be..d5107fe7dd4 100644
--- a/devel/ruby-posix-spawn/Makefile
+++ b/devel/ruby-posix-spawn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/08/21 04:57:36 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2011/09/16 05:34:31 minskim Exp $
DISTNAME= posix-spawn-0.3.6
CATEGORIES= textproc
@@ -9,5 +9,7 @@ COMMENT= Ruby wrapper for the Pygments syntax highlighter
LICENSE= mit
+NOT_FOR_PLATFORM= NetBSD-*-*
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"