13 lines
385 B
Makefile
13 lines
385 B
Makefile
# $NetBSD: options.mk,v 1.2 2019/04/27 13:34:24 wiz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.compat50
|
|
PKG_SUPPORTED_OPTIONS= x11
|
|
PKG_SUGGESTED_OPTIONS= x11
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mx11)
|
|
. if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "x86_64"
|
|
DEPENDS+= compat50-x11>=5.0:../../emulators/compat50-x11
|
|
. endif
|
|
.endif
|