Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/libretro-mupen64plus TOOL_DEPENDS for nasm.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e153bdf4d95
branches:  trunk
changeset: 432867:6e153bdf4d95
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue May 26 11:41:29 2020 +0000

description:
TOOL_DEPENDS for nasm.

diffstat:

 emulators/libretro-mupen64plus/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0ffe3134a1fb -r 6e153bdf4d95 emulators/libretro-mupen64plus/Makefile
--- a/emulators/libretro-mupen64plus/Makefile   Tue May 26 11:35:46 2020 +0000
+++ b/emulators/libretro-mupen64plus/Makefile   Tue May 26 11:41:29 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/05/26 09:45:15 nia Exp $
+# $NetBSD: Makefile,v 1.23 2020/05/26 11:41:29 nia Exp $
 
 DISTNAME=      libretro-mupen64plus-20190426
 CATEGORIES=    emulators
@@ -33,7 +33,7 @@
 .elif ${MACHINE_ARCH} == "i386"
 MAKE_FLAGS+=   WITH_DYNAREC=x86
 MAKE_FLAGS+=   PIC=0
-BUILD_DEPENDS+=        nasm-[0-9]*:../../devel/nasm
+TOOL_DEPENDS+= nasm-[0-9]*:../../devel/nasm
 .elif ${MACHINE_ARCH} == "x86_64"
 MAKE_FLAGS+=   WITH_DYNAREC=x86_64
 MAKE_FLAGS+=   PIC=1



Home | Main Index | Thread Index | Old Index