summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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= ""