summaryrefslogtreecommitdiff
path: root/devel/ruby-posix-spawn
diff options
context:
space:
mode:
authordholland <dholland>2012-06-09 08:03:17 +0000
committerdholland <dholland>2012-06-09 08:03:17 +0000
commit3fa2ffa348789220fcc0c3c0327e7e49df79ee57 (patch)
tree050d7adb49073b7996dd07a884d0e8b9c4574d76 /devel/ruby-posix-spawn
parent1660834f6ca84b9fab951a6140732f2e005dcc48 (diff)
downloadpkgsrc-3fa2ffa348789220fcc0c3c0327e7e49df79ee57.tar.gz
Don't try to be too fancy with the NOT_FOR_PLATFORM pattern. It broke.
(see pkgsrc-bulk)
Diffstat (limited to 'devel/ruby-posix-spawn')
-rw-r--r--devel/ruby-posix-spawn/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-posix-spawn/Makefile b/devel/ruby-posix-spawn/Makefile
index 676b9af52c5..1a14a50ae47 100644
--- a/devel/ruby-posix-spawn/Makefile
+++ b/devel/ruby-posix-spawn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2012/06/06 21:55:22 dholland Exp $
+# $NetBSD: Makefile,v 1.6 2012/06/09 08:03:17 dholland Exp $
DISTNAME= posix-spawn-0.3.6
CATEGORIES= devel
@@ -9,7 +9,7 @@ COMMENT= Ruby wrapper for the posix_spawn() system call
LICENSE= mit
-NOT_FOR_PLATFORM= NetBSD-[0-4]*-* NetBSD-5.[0-9].*-* NetBSD-5.99.[0-5]?-* NetBSD-5.99.6[0-4]-*
+NOT_FOR_PLATFORM= NetBSD-[0-5]*-*
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"