pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/compat50 compat50: fix whitespace



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bba19a5f2a3
branches:  trunk
changeset: 322732:1bba19a5f2a3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Apr 27 13:34:24 2019 +0000

description:
compat50: fix whitespace

diffstat:

 emulators/compat50/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 0685f92711ea -r 1bba19a5f2a3 emulators/compat50/options.mk
--- a/emulators/compat50/options.mk     Sat Apr 27 13:30:55 2019 +0000
+++ b/emulators/compat50/options.mk     Sat Apr 27 13:34:24 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2013/02/17 17:24:07 spz Exp $
+# $NetBSD: options.mk,v 1.2 2019/04/27 13:34:24 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.compat50
 PKG_SUPPORTED_OPTIONS= x11
@@ -8,6 +8,6 @@
 
 .if !empty(PKG_OPTIONS:Mx11)
 .  if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "x86_64"
-     DEPENDS+= compat50-x11>=5.0:../../emulators/compat50-x11
+DEPENDS+=      compat50-x11>=5.0:../../emulators/compat50-x11
 .  endif
 .endif



Home | Main Index | Thread Index | Old Index