pkgsrc-WIP-changes archive

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

openh264: use TOOL_DEPENDS



Module Name:	pkgsrc-wip
Committed By:	nia <nia%NetBSD.org@localhost>
Pushed By:	nee
Date:		Tue Nov 16 15:14:29 2021 +0100
Changeset:	a5cbbf35c673b19a32a6c0cb4ac81f87595da624

Modified Files:
	openh264/Makefile

Log Message:
openh264: use TOOL_DEPENDS

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

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

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

diffs:
diff --git a/openh264/Makefile b/openh264/Makefile
index f37056bd34..05c9eef9e1 100644
--- a/openh264/Makefile
+++ b/openh264/Makefile
@@ -40,7 +40,7 @@ LASTUPDATE_TIMESTAMP!=	date +%s
 .include "../../mk/bsd.prefs.mk"
 
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
-BUILD_DEPENDS+=		nasm>=2.07:../../devel/nasm
+TOOL_DEPENDS+=		nasm>=2.07:../../devel/nasm
 .endif
 
 post-extract:


Home | Main Index | Thread Index | Old Index