pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/compat50



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Apr 27 13:34:25 UTC 2019

Modified Files:
        pkgsrc/emulators/compat50: options.mk

Log Message:
compat50: fix whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/compat50/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/compat50/options.mk
diff -u pkgsrc/emulators/compat50/options.mk:1.1 pkgsrc/emulators/compat50/options.mk:1.2
--- pkgsrc/emulators/compat50/options.mk:1.1    Sun Feb 17 17:24:07 2013
+++ pkgsrc/emulators/compat50/options.mk        Sat Apr 27 13:34:24 2019
@@ -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 @@ PKG_SUGGESTED_OPTIONS=  x11
 
 .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