pkgsrc-WIP-changes archive

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

muon: Declare samurai as full dependency



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Sep 27 12:29:09 2024 +0200
Changeset:	840b660a3444e5f6bd27c4fd25a57ae4a0075e0b

Modified Files:
	muon/Makefile

Log Message:
muon: Declare samurai as full dependency

It is used for bootstrap, but also required at runtime.

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

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

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

diffs:
diff --git a/muon/Makefile b/muon/Makefile
index fa722f0d12..6ecb02020d 100644
--- a/muon/Makefile
+++ b/muon/Makefile
@@ -17,7 +17,7 @@ USE_CC_FEATURES=	c99
 
 # Use external samurai
 CFLAGS+=		-DBOOTSTRAP_NO_SAMU
-TOOL_DEPENDS+=		samurai>=1.2:../../devel/samurai
+DEPENDS+=		samurai>=1.2:../../devel/samurai
 
 # Required by some platforms for clock_gettime()
 LDFLAGS+=		-lrt


Home | Main Index | Thread Index | Old Index