diff options
author | obache <obache@pkgsrc.org> | 2012-05-21 12:18:04 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-05-21 12:18:04 +0000 |
commit | 8264314ffe65c47d47b1284eb4ec94fe95dce562 (patch) | |
tree | ebeea6406a4186551e7efd7f1db70d1440c8f1af /devel | |
parent | 050e93bc0a4bc5da3e05919316301726cdfc3ac4 (diff) | |
download | pkgsrc-8264314ffe65c47d47b1284eb4ec94fe95dce562.tar.gz |
Not for NetBSD-5 release.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-posix-spawn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-posix-spawn/Makefile b/devel/ruby-posix-spawn/Makefile index 4ca7fd0357c..9c62bff443c 100644 --- a/devel/ruby-posix-spawn/Makefile +++ b/devel/ruby-posix-spawn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/02/14 12:23:58 taca Exp $ +# $NetBSD: Makefile,v 1.4 2012/05/21 12:18:04 obache Exp $ DISTNAME= posix-spawn-0.3.6 CATEGORIES= devel @@ -9,7 +9,7 @@ COMMENT= Ruby wrapper for the Pygments syntax highlighter LICENSE= mit -NOT_FOR_PLATFORM= NetBSD-[0-4]*-* NetBSD-5.99.[0-5]?-* NetBSD-5.99.6[0-4]-* +NOT_FOR_PLATFORM= NetBSD-[0-4]*-* NetBSD-5.[0-9].*-* NetBSD-5.99.[0-5]?-* NetBSD-5.99.6[0-4]-* .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |