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: A...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a37dba0450a
branches:  trunk
changeset: 311450:3a37dba0450a
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Aug 11 13:53:25 2018 +0000

description:
libretro-mupen64plus: Align variables to silence pkglint.

diffstat:

 emulators/libretro-mupen64plus/options.mk |  24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diffs (42 lines):

diff -r 2c5f0802d9bd -r 3a37dba0450a emulators/libretro-mupen64plus/options.mk
--- a/emulators/libretro-mupen64plus/options.mk Sat Aug 11 13:22:52 2018 +0000
+++ b/emulators/libretro-mupen64plus/options.mk Sat Aug 11 13:53:25 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: options.mk,v 1.4 2015/02/05 21:02:37 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2018/08/11 13:53:25 nia Exp $
 
-PKG_OPTIONS_VAR=       PKG_OPTIONS.libretro-mupen64plus
+PKG_OPTIONS_VAR=               PKG_OPTIONS.libretro-mupen64plus
 PKG_OPTIONS_REQUIRED_GROUPS=   graphics
 PKG_OPTIONS_GROUP.graphics=    opengl
 
@@ -8,19 +8,19 @@
 
 .if !empty(MACHINE_ARCH:M*arm*)
 PKG_OPTIONS_GROUP.graphics+=   rpi
-PKG_SUPPORTED_OPTIONS+=        dynarec
-PKG_SUGGESTED_OPTIONS+=        rpi dynarec
-MUPEN64_DYNAREC_ARCH=  arm
+PKG_SUPPORTED_OPTIONS+=                dynarec
+PKG_SUGGESTED_OPTIONS+=                rpi dynarec
+MUPEN64_DYNAREC_ARCH=          arm
 .elif !empty(MACHINE_ARCH:Mi386)
-PKG_SUPPORTED_OPTIONS+=        dynarec
-PKG_SUGGESTED_OPTIONS+=        dynarec opengl
-MUPEN64_DYNAREC_ARCH=  x86
+PKG_SUPPORTED_OPTIONS+=                dynarec
+PKG_SUGGESTED_OPTIONS+=                dynarec opengl
+MUPEN64_DYNAREC_ARCH=          x86
 .elif !empty(MACHINE_ARCH:Mx86_64)
-PKG_SUPPORTED_OPTIONS+=        dynarec
-PKG_SUGGESTED_OPTIONS+=        dynarec opengl
-MUPEN64_DYNAREC_ARCH=  x86_64
+PKG_SUPPORTED_OPTIONS+=                dynarec
+PKG_SUGGESTED_OPTIONS+=                dynarec opengl
+MUPEN64_DYNAREC_ARCH=          x86_64
 .else
-PKG_SUGGESTED_OPTIONS+=        opengl
+PKG_SUGGESTED_OPTIONS+=                opengl
 .endif
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index