summaryrefslogtreecommitdiff
path: root/www/webkit-gtk
diff options
context:
space:
mode:
authorobache <obache>2012-12-19 08:14:42 +0000
committerobache <obache>2012-12-19 08:14:42 +0000
commitf580e829c28c1363f5acfd24cdd92e22c9fb40a9 (patch)
tree62cb95a45a782fa3fb428a78e15f5bb25d9af447 /www/webkit-gtk
parente1497a044407dadb1a06713835beb76af0e0a554 (diff)
downloadpkgsrc-f580e829c28c1363f5acfd24cdd92e22c9fb40a9.tar.gz
prevent using lang/ruby, it will conflict with pkg_alternatives.
Diffstat (limited to 'www/webkit-gtk')
-rw-r--r--www/webkit-gtk/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/webkit-gtk/Makefile.common b/www/webkit-gtk/Makefile.common
index 87e6c119f48..5daaa8ebca2 100644
--- a/www/webkit-gtk/Makefile.common
+++ b/www/webkit-gtk/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.17 2012/10/30 12:46:30 drochner Exp $
+# $NetBSD: Makefile.common,v 1.18 2012/12/19 08:14:42 obache Exp $
# used by www/webkit-gtk/Makefile
# used by www/webkit-gtk3/Makefile
@@ -41,7 +41,9 @@ REPLACE_PERL+= Source/JavaScriptCore/create_hash_table \
Source/WebCore/make-hash-tools.pl \
Source/WebCore/platform/text/mac/*.pl
-BUILD_DEPENDS+= ruby-[0-9]*:../../lang/ruby
+.include "../../lang/ruby/rubyversion.mk"
+BUILD_DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:../../lang/${RUBY_BASE}
+CONFIGURE_ENV+= RUBY=${RUBY}
PYTHON_FOR_BUILD_ONLY= yes
.include "../../lang/python/application.mk"