diff options
author | obache <obache@pkgsrc.org> | 2012-12-19 08:14:42 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-12-19 08:14:42 +0000 |
commit | 6e6d8a7adf3c9d2cba72644396163af72fb4da47 (patch) | |
tree | 62cb95a45a782fa3fb428a78e15f5bb25d9af447 /www/webkit-gtk | |
parent | 6d8b3d1f1cae430509ead164906ad803d9be4a56 (diff) | |
download | pkgsrc-6e6d8a7adf3c9d2cba72644396163af72fb4da47.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.common | 6 |
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" |