From 3fa2ffa348789220fcc0c3c0327e7e49df79ee57 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 9 Jun 2012 08:03:17 +0000 Subject: Don't try to be too fancy with the NOT_FOR_PLATFORM pattern. It broke. (see pkgsrc-bulk) --- devel/ruby-posix-spawn/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/ruby-posix-spawn') 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" -- cgit v1.2.3