pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/libretro-mupen64plus libretro-mupen64plus: D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/965fafc9d7d5
branches:  trunk
changeset: 323793:965fafc9d7d5
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat May 18 10:41:59 2019 +0000

description:
libretro-mupen64plus: Don't define platform=unix twice.

diffstat:

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

diffs (19 lines):

diff -r 3dfbfa9427d1 -r 965fafc9d7d5 emulators/libretro-mupen64plus/Makefile
--- a/emulators/libretro-mupen64plus/Makefile   Sat May 18 10:36:50 2019 +0000
+++ b/emulators/libretro-mupen64plus/Makefile   Sat May 18 10:41:59 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/05/18 10:36:50 nia Exp $
+# $NetBSD: Makefile,v 1.20 2019/05/18 10:41:59 nia Exp $
 
 DISTNAME=      libretro-mupen64plus-20190426
 CATEGORIES=    emulators
@@ -21,8 +21,7 @@
 SUBST_FILES.vc=                Makefile
 SUBST_SED.vc+=         -e 's;/opt/vc;${PREFIX};g'
 
-MAKE_FLAGS+=           GIT_VERSION="-pkgsrc"
-MAKE_FLAGS+=           platform="unix"
+MAKE_FLAGS+=   GIT_VERSION="-pkgsrc"
 
 .if !empty(MACHINE_ARCH:M*arm*)
 MAKE_FLAGS+=   WITH_DYNAREC=arm



Home | Main Index | Thread Index | Old Index