summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-05-26 11:41:29 +0000
committernia <nia@pkgsrc.org>2020-05-26 11:41:29 +0000
commitf7248b2208bbc6a4c4df47100c62eb0d75fab599 (patch)
tree740ef809cc1787eadf587a29aa2c13f94fa39639
parent36548b3e14163abe5234cf7538be51fc21ef7091 (diff)
downloadpkgsrc-f7248b2208bbc6a4c4df47100c62eb0d75fab599.tar.gz
TOOL_DEPENDS for nasm.
-rw-r--r--emulators/libretro-mupen64plus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/libretro-mupen64plus/Makefile b/emulators/libretro-mupen64plus/Makefile
index 8a92655db8d..69ddd5e4851 100644
--- a/emulators/libretro-mupen64plus/Makefile
+++ b/emulators/libretro-mupen64plus/Makefile
@@ -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 @@ MAKE_FLAGS+= PIC=1
.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