diff options
Diffstat (limited to 'devel/ruby-posix-spawn')
-rw-r--r-- | devel/ruby-posix-spawn/Makefile | 4 |
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" |