summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2018-08-11 13:53:25 +0000
committernia <nia@pkgsrc.org>2018-08-11 13:53:25 +0000
commitc61eebfb1d97338b56d031f68a3a64d04d8f66a7 (patch)
treedd54d50c16690af50c34f5ced64d846aefc7a0a7 /emulators
parent75d4d728bd3e346eea0eb8376f8274a32922ff11 (diff)
downloadpkgsrc-c61eebfb1d97338b56d031f68a3a64d04d8f66a7.tar.gz
libretro-mupen64plus: Align variables to silence pkglint.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/libretro-mupen64plus/options.mk24
1 files changed, 12 insertions, 12 deletions
diff --git a/emulators/libretro-mupen64plus/options.mk b/emulators/libretro-mupen64plus/options.mk
index 5f0efaf38a6..f430980282d 100644
--- a/emulators/libretro-mupen64plus/options.mk
+++ b/emulators/libretro-mupen64plus/options.mk
@@ -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 @@ PKG_OPTIONS_GROUP.graphics= opengl
.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"