diff --git a/lang/ruby/Makefile.inc b/lang/ruby/Makefile.inc index ec7674417ec..9844997044a 100644 --- a/lang/ruby/Makefile.inc +++ b/lang/ruby/Makefile.inc @@ -30,7 +30,7 @@ CONFIGURE_STYLE ?= gnu CONFIGURE_ARGS += --enable-shared \ --program-suffix=${BINREV} \ --with-soname=ruby${BINREV} \ - --with-ruby-version=minor \ + --with-ruby-version=${REV} \ --with-mantype=doc \ --with-setjmp-type=_setjmp \ --enable-pthread \