summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2004-02-26 17:33:18 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2004-02-26 17:33:18 +0000
commit145a552cc70df564d3d4713c5536cdcb3165b5bb (patch)
treeb04cc2d6d549dfe7f7d8629133f5ddec23cbe074 /lang
parent- Reset MAINTAINER to ports@FreeBSD.org (diff)
Define RUBY_VER=1.6 instead of marking this port IGNORE when
RUBY_VER >= 1.7.
Notes
Notes: svn path=/head/; revision=102215
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby16-shim-ruby18/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/ruby16-shim-ruby18/Makefile b/lang/ruby16-shim-ruby18/Makefile
index de3c3d253b00..292afe44110d 100644
--- a/lang/ruby16-shim-ruby18/Makefile
+++ b/lang/ruby16-shim-ruby18/Makefile
@@ -26,11 +26,9 @@ MAKE_ARGS= RUBY=${RUBY}
#CONFIGURE_ARGS+= CONFIGURE_ARGS="-- --config-opt=--with-opt-dir=${LOCALBASE}"
WRKSRC= ${WRKDIR}/shim/ruby16
-.include <bsd.port.pre.mk>
+RUBY_VER= 1.6
-.if ${RUBY_VER} >= 1.7
-IGNORE= is only for ruby 1.6, ruby ${RUBY_VER} does not need it
-.endif
+.include <bsd.port.pre.mk>
.if ${RUBY_VER} == ${RUBY_DEFAULT_VER}
IF_DEFAULT= ""