pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

webkit-gtk: Ruby is a tool dependency, not a build dependency



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Oct 6 23:48:55 2018 +0200
Changeset:	d0bbf6315662051a7b754093b2a97dc23ed4f1a2

Modified Files:
	webkit-gtk/Makefile

Log Message:
webkit-gtk: Ruby is a tool dependency, not a build dependency

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d0bbf6315662051a7b754093b2a97dc23ed4f1a2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 webkit-gtk/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/webkit-gtk/Makefile b/webkit-gtk/Makefile
index 9f5564aaf1..147c185a4a 100644
--- a/webkit-gtk/Makefile
+++ b/webkit-gtk/Makefile
@@ -142,7 +142,7 @@ SUBST_STAGE.python=	pre-configure
 SUBST_MESSAGE.python=	Fixing path to python binary.
 
 .include "../../lang/ruby/rubyversion.mk"
-BUILD_DEPENDS+=	${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
+TOOL_DEPENDS+=	${RUBY_BASE}>=${RUBY_VERSION}:${RUBY_SRCDIR}
 CMAKE_ARGS+=	-DRUBY_EXECUTABLE=${RUBY}
 
 PYTHON_FOR_BUILD_ONLY=	yes


Home | Main Index | Thread Index | Old Index