summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-curses/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/ruby-curses/Makefile b/devel/ruby-curses/Makefile
index 4a5e3a03a33..ef9f31e25ad 100644
--- a/devel/ruby-curses/Makefile
+++ b/devel/ruby-curses/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2013/10/16 17:13:30 roy Exp $
+# $NetBSD: Makefile,v 1.18 2014/03/16 07:23:38 taca Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -20,6 +20,8 @@ CURSES_EXAMPLES= hello.rb rain.rb view.rb view2.rb
REPLACE_RUBY= ${CURSES_EXAMPLES}
INSTALLATION_DIRS= ${RUBY_EG}/curses
+RUBY_VERSION_SUPPORTED= 200 193 18
+
post-install:
.for f in ${CURSES_EXAMPLES}
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${RUBY_EG}/curses