summaryrefslogtreecommitdiff
path: root/lang/ruby193-base/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby193-base/Makefile')
-rw-r--r--lang/ruby193-base/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/ruby193-base/Makefile b/lang/ruby193-base/Makefile
index 5598740f8c7..aee9ca4af4b 100644
--- a/lang/ruby193-base/Makefile
+++ b/lang/ruby193-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2013/02/24 06:58:32 obache Exp $
+# $NetBSD: Makefile,v 1.28 2013/04/04 13:31:55 obache Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -83,6 +83,11 @@ CONFIGURE_ARGS+= --with-ruby-version=${RUBY_VERSION}
CONFIGURE_ARGS+= --with-ruby-pc="ruby-${RUBY_VERSION}.pc"
.endif
+PLIST_VARS+= win32
+.if ${OPSYS} == "Cygwin"
+PLIST.win32= yes
+.endif
+
#
# IRIX work around which should be fixed.
#