2015-05-03 17:01:11 +02:00
|
|
|
# $NetBSD: options.mk,v 1.2 2015/05/03 15:01:11 spz Exp $
|
2013-02-17 18:24:07 +01:00
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.compat60
|
|
|
|
PKG_SUPPORTED_OPTIONS= x11
|
|
|
|
PKG_SUGGESTED_OPTIONS= x11
|
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mx11)
|
2015-05-03 17:01:11 +02:00
|
|
|
# there are no X11 incompatibilities for netbsd-6-0 to netbsd-6-1
|
2013-02-17 18:24:07 +01:00
|
|
|
# DEPENDS+= compat60-x11>=6.0:../../emulators/compat60-x11
|
|
|
|
.endif
|