diff options
Diffstat (limited to 'x11/Xrandr-mixedcase')
-rw-r--r-- | x11/Xrandr-mixedcase/builtin.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Xrandr-mixedcase/builtin.mk b/x11/Xrandr-mixedcase/builtin.mk index a3250786cd8..eee77e8271f 100644 --- a/x11/Xrandr-mixedcase/builtin.mk +++ b/x11/Xrandr-mixedcase/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.3 2004/03/30 17:04:06 jlam Exp $ +# $NetBSD: builtin.mk,v 1.4 2004/03/30 17:10:16 jlam Exp $ _X11_TMPL= ${X11BASE}/lib/X11/config/X11.tmpl @@ -24,6 +24,7 @@ IS_BUILTIN.Xrandr!= \ # _XRANDR_VERSIONS= 1.0.2 1.0.1 1.0 _XRANDR_1.0= 4.2 4.2.* 4.3 4.3.[0-9] 4.3.[0-9].* 4.3.[1-8][0-9]* 4.3.9[0-8]* +_XRANDR_1.0+= 4.3.99.* 4.[4-9]* 4.[1-9][0-9]* . if !defined(XF86_VERSION) _X11_CONFIG_VERSION_DEF= ${X11BASE}/lib/X11/config/version.def XF86_VERSION= 3.3 |