diff options
Diffstat (limited to 'emulators/compat60/options.mk')
-rw-r--r-- | emulators/compat60/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/compat60/options.mk b/emulators/compat60/options.mk index 05228cf2225..95b99a083f6 100644 --- a/emulators/compat60/options.mk +++ b/emulators/compat60/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2013/02/17 17:24:09 spz Exp $ +# $NetBSD: options.mk,v 1.2 2015/05/03 15:01:11 spz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.compat60 PKG_SUPPORTED_OPTIONS= x11 @@ -7,6 +7,6 @@ PKG_SUGGESTED_OPTIONS= x11 .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mx11) -# there are no X11 incompatibilities for netbsd-6-0 to head yet +# there are no X11 incompatibilities for netbsd-6-0 to netbsd-6-1 # DEPENDS+= compat60-x11>=6.0:../../emulators/compat60-x11 .endif |