diff options
author | wiz <wiz@pkgsrc.org> | 2019-04-27 13:47:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-04-27 13:47:54 +0000 |
commit | 2243f15592cdbaa8b4fbf9a65f22cf34cab5b3cd (patch) | |
tree | 4c69e6d2be2af927fef8a3f63d6dadf72a069ac9 /emulators | |
parent | 6490321ae1fababfc086e46a2c8f27a58a09c09b (diff) | |
download | pkgsrc-2243f15592cdbaa8b4fbf9a65f22cf34cab5b3cd.tar.gz |
compat51: whitespace fix
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/compat51/options.mk | 4 |
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 |