summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-04-27 13:47:54 +0000
committerwiz <wiz@pkgsrc.org>2019-04-27 13:47:54 +0000
commit2243f15592cdbaa8b4fbf9a65f22cf34cab5b3cd (patch)
tree4c69e6d2be2af927fef8a3f63d6dadf72a069ac9 /emulators
parent6490321ae1fababfc086e46a2c8f27a58a09c09b (diff)
downloadpkgsrc-2243f15592cdbaa8b4fbf9a65f22cf34cab5b3cd.tar.gz
compat51: whitespace fix
Diffstat (limited to 'emulators')
-rw-r--r--emulators/compat51/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/compat51/options.mk b/emulators/compat51/options.mk
index f13d64d542e..5ead378e1d1 100644
--- a/emulators/compat51/options.mk
+++ b/emulators/compat51/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2013/02/17 17:24:08 spz Exp $
+# $NetBSD: options.mk,v 1.2 2019/04/27 13:47:54 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.compat51
PKG_SUPPORTED_OPTIONS= x11
@@ -7,5 +7,5 @@ PKG_SUGGESTED_OPTIONS= x11
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mx11)
- DEPENDS+= compat51-x11>=5.1:../../emulators/compat51-x11
+DEPENDS+= compat51-x11>=5.1:../../emulators/compat51-x11
.endif