diff options
author | knu <knu@FreeBSD.org> | 2004-02-27 01:33:18 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2004-02-27 01:33:18 +0800 |
commit | ff94b3e5aa419ced4e07e4a6a44468b209e97f3f (patch) | |
tree | a2ab4b26f3e36c01ad71ed8b454141b662a69fad | |
parent | 030cff818f431895827751bd8eacce40840c228b (diff) | |
download | freebsd-ports-gnome-ff94b3e5aa419ced4e07e4a6a44468b209e97f3f.tar.gz freebsd-ports-gnome-ff94b3e5aa419ced4e07e4a6a44468b209e97f3f.tar.zst freebsd-ports-gnome-ff94b3e5aa419ced4e07e4a6a44468b209e97f3f.zip |
Define RUBY_VER=1.6 instead of marking this port IGNORE when
RUBY_VER >= 1.7.
-rw-r--r-- | lang/ruby16-shim-ruby18/Makefile | 6 |
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= "" |