summaryrefslogtreecommitdiff
path: root/devel/ruby-posix-spawn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ruby-posix-spawn/Makefile')
-rw-r--r--devel/ruby-posix-spawn/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/ruby-posix-spawn/Makefile b/devel/ruby-posix-spawn/Makefile
index 2c64c69507c..7db62293632 100644
--- a/devel/ruby-posix-spawn/Makefile
+++ b/devel/ruby-posix-spawn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2019/11/03 10:00:24 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2020/04/29 19:44:49 maya Exp $
DISTNAME= posix-spawn-0.3.13
CATEGORIES= devel
@@ -8,10 +8,6 @@ HOMEPAGE= https://github.com/rtomayko/posix-spawn/
COMMENT= Ruby wrapper for the posix_spawn() system call
LICENSE= mit
-# These platforms don't have posix_spawn().
-# (doubtless there are more than just older netbsd...)
-NOT_FOR_PLATFORM= NetBSD-[0-5]*-*
-
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"