Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/retroarch retroarch: indent properly
details: https://anonhg.NetBSD.org/pkgsrc/rev/ea9dcd3cfd23
branches: trunk
changeset: 434884:ea9dcd3cfd23
user: nia <nia%pkgsrc.org@localhost>
date: Thu Jun 25 12:25:19 2020 +0000
description:
retroarch: indent properly
diffstat:
emulators/retroarch/options.mk | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r 80aad1e53688 -r ea9dcd3cfd23 emulators/retroarch/options.mk
--- a/emulators/retroarch/options.mk Thu Jun 25 12:17:42 2020 +0000
+++ b/emulators/retroarch/options.mk Thu Jun 25 12:25:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.15 2020/06/25 12:17:42 nia Exp $
+# $NetBSD: options.mk,v 1.16 2020/06/25 12:25:19 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.retroarch
@@ -38,9 +38,9 @@
# Use standard Mesa OpenGL
.if !empty(PKG_OPTIONS:Mopengl)
CONFIGURE_ARGS+= --enable-opengl
-.if ${OPSYS} != "Darwin"
-. include "../../graphics/MesaLib/buildlink3.mk"
-.endif
+. if ${OPSYS} != "Darwin"
+. include "../../graphics/MesaLib/buildlink3.mk"
+. endif
# Enable use of the Raspberry Pi GPU driver
.elif !empty(PKG_OPTIONS:Mrpi)
Home |
Main Index |
Thread Index |
Old Index