summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-04-27 13:34:24 +0000
committerwiz <wiz@pkgsrc.org>2019-04-27 13:34:24 +0000
commit7b6506455c08d09567fc3ec06e8f9b20e084bd5f (patch)
tree06c464607fa402b2f5053fca51abd22bde1d1a28 /emulators
parent3661260ed95d659661c08758d1409ac270d6b84a (diff)
downloadpkgsrc-7b6506455c08d09567fc3ec06e8f9b20e084bd5f.tar.gz
compat50: fix whitespace
Diffstat (limited to 'emulators')
-rw-r--r--emulators/compat50/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/compat50/options.mk b/emulators/compat50/options.mk
index b7b0f7eeb8d..8c54f3b2acc 100644
--- a/emulators/compat50/options.mk
+++ b/emulators/compat50/options.mk
@@ -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