aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2011-09-13 16:03:32 +0800
committerstas <stas@FreeBSD.org>2011-09-13 16:03:32 +0800
commit12a60f605b6cef6f674019450c7eb055e47b18f8 (patch)
tree4982441b9f43174b690940f4a96c1505a747641f /Mk
parentc8b99a6f096095de926a03cd4c7b7c4696958f2e (diff)
downloadfreebsd-ports-gnome-12a60f605b6cef6f674019450c7eb055e47b18f8.tar.gz
freebsd-ports-gnome-12a60f605b6cef6f674019450c7eb055e47b18f8.tar.zst
freebsd-ports-gnome-12a60f605b6cef6f674019450c7eb055e47b18f8.zip
- Do not install the 'gem' executable as part of ruby 1.9 install. The
version supplied is too old for some applications, so we're switching to using the version from ports. - Allow ruby-gems installation for ruby 1.9. Submitted by: swills@ (based on).
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.ruby.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk
index fdcf4d0e2fe4..fd183cd70d77 100644
--- a/Mk/bsd.ruby.mk
+++ b/Mk/bsd.ruby.mk
@@ -195,7 +195,7 @@ RUBY19= "@comment "
# Ruby 1.9
#
RUBY_RELVERSION= 1.9.2
-RUBY_PORTREVISION= 1
+RUBY_PORTREVISION= 2
RUBY_PORTEPOCH= 1
RUBY_PATCHLEVEL= 290
@@ -380,10 +380,8 @@ RUBY_FLAGS+= -d
#
.if defined(USE_RUBYGEMS)
-. if ${RUBY_VER} == 1.8
BUILD_DEPENDS+= ${RUBYGEMBIN}:${PORTSDIR}/devel/ruby-gems
RUN_DEPENDS+= ${RUBYGEMBIN}:${PORTSDIR}/devel/ruby-gems
-. endif
PKGNAMEPREFIX?= rubygem-
EXTRACT_SUFX= .gem