pkgsrc-WIP-changes archive

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

rbenv: Fix invalid dependency



Module Name:	pkgsrc-wip
Committed By:	Frédéric Fauberteau <frederic%fauberteau.org@localhost>
Pushed By:	frederic
Date:		Tue Jul 1 10:36:15 2025 +0200
Changeset:	9b857c09bfce0b2dc12620b3419ef5a07d25c622

Modified Files:
	rbenv/Makefile

Log Message:
rbenv: Fix invalid dependency

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

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

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

diffs:
diff --git a/rbenv/Makefile b/rbenv/Makefile
index 196a2f3162..3f24a05461 100644
--- a/rbenv/Makefile
+++ b/rbenv/Makefile
@@ -15,7 +15,7 @@ NO_BUILD=	yes
 USE_TOOLS=	bash
 USE_LANGUAGES=	# none
 
-DEPENDS+=	ruby-build-[0-9]*:../../local/ruby-build
+DEPENDS+=	ruby-build-[0-9]*:../../wip/ruby-build
 
 REPLACE_BASH=	libexec/rbenv* rbenv.d/exec/gem-rehash.bash
 


Home | Main Index | Thread Index | Old Index