diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/compat50/options.mk | 4 |
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 |