pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/libretro-mupen64plus
Module Name: pkgsrc
Committed By: nia
Date: Tue May 26 11:41:29 UTC 2020
Modified Files:
pkgsrc/emulators/libretro-mupen64plus: Makefile
Log Message:
TOOL_DEPENDS for nasm.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/emulators/libretro-mupen64plus/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/libretro-mupen64plus/Makefile
diff -u pkgsrc/emulators/libretro-mupen64plus/Makefile:1.22 pkgsrc/emulators/libretro-mupen64plus/Makefile:1.23
--- pkgsrc/emulators/libretro-mupen64plus/Makefile:1.22 Tue May 26 09:45:15 2020
+++ pkgsrc/emulators/libretro-mupen64plus/Makefile Tue May 26 11:41:29 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index