summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-05-18 10:41:59 +0000
committernia <nia@pkgsrc.org>2019-05-18 10:41:59 +0000
commite8615cc21d3071c80e05e8aa7d674af267ad180a (patch)
tree9a2ada5bac137b7cf9864f1ebf4eea55142a8187
parentd04225d773240edc484f9b568b7189a62373957e (diff)
downloadpkgsrc-e8615cc21d3071c80e05e8aa7d674af267ad180a.tar.gz
libretro-mupen64plus: Don't define platform=unix twice.
-rw-r--r--emulators/libretro-mupen64plus/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/libretro-mupen64plus/Makefile b/emulators/libretro-mupen64plus/Makefile
index 271f6c2d474..21d16bce0ab 100644
--- a/emulators/libretro-mupen64plus/Makefile
+++ b/emulators/libretro-mupen64plus/Makefile
@@ -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_MESSAGE.vc= Fixing path to VideoCore libraries.
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