diff options
-rw-r--r-- | lang/ruby16_static/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby_static/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lang/ruby16_static/Makefile b/lang/ruby16_static/Makefile index 478be452c035..527c6df6d289 100644 --- a/lang/ruby16_static/Makefile +++ b/lang/ruby16_static/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../../${RUBY_PORT}:patch USE_RUBY= yes +RUBY_VER?= 1.6 + .include <bsd.port.pre.mk> # Beware, because gdbm is under GPL, you must treat the whole binary diff --git a/lang/ruby_static/Makefile b/lang/ruby_static/Makefile index 478be452c035..527c6df6d289 100644 --- a/lang/ruby_static/Makefile +++ b/lang/ruby_static/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../../${RUBY_PORT}:patch USE_RUBY= yes +RUBY_VER?= 1.6 + .include <bsd.port.pre.mk> # Beware, because gdbm is under GPL, you must treat the whole binary |