summaryrefslogtreecommitdiff
path: root/x11/Xrandr-mixedcase
diff options
context:
space:
mode:
authorreed <reed>2006-04-18 19:47:20 +0000
committerreed <reed>2006-04-18 19:47:20 +0000
commite9da1fb37627c77e0a4a4dbc86024bde6a39b9b3 (patch)
tree2c621cef06e2d0af4b845c5f0c08befac86c1ca5 /x11/Xrandr-mixedcase
parent090a0c6757634e16fcb9e3700a1e11d0995fc67e (diff)
downloadpkgsrc-e9da1fb37627c77e0a4a4dbc86024bde6a39b9b3.tar.gz
Fix missed references of randrext to randrproto.
(TODO: this builtin.mk needs more testing.)
Diffstat (limited to 'x11/Xrandr-mixedcase')
-rw-r--r--x11/Xrandr-mixedcase/builtin.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/Xrandr-mixedcase/builtin.mk b/x11/Xrandr-mixedcase/builtin.mk
index ddb1082587d..da1af6cc8d3 100644
--- a/x11/Xrandr-mixedcase/builtin.mk
+++ b/x11/Xrandr-mixedcase/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.15 2006/04/06 06:22:56 reed Exp $
+# $NetBSD: builtin.mk,v 1.16 2006/04/18 19:47:20 reed Exp $
BUILTIN_PKG:= Xrandr
@@ -65,8 +65,8 @@ MAKEVARS+= BUILTIN_PKG.Xrandr
.if defined(USE_BUILTIN.Xrender) && !empty(USE_BUILTIN.Xrender:M[nN][oO])
USE_BUILTIN.Xrender= no
.endif
-.if defined(USE_BUILTIN.randrext) && !empty(USE_BUILTIN.randrext:M[nN][oO])
-USE_BUILTIN.randrext= no
+.if defined(USE_BUILTIN.randrproto) && !empty(USE_BUILTIN.randrproto:M[nN][oO])
+USE_BUILTIN.randrproto= no
.endif
.if !defined(USE_BUILTIN.Xrandr)
@@ -107,7 +107,7 @@ BUILDLINK_API_DEPENDS.Xrender+= Xrender>=0.8
. if !empty(USE_BUILTIN.Xrandr:M[yY][eE][sS])
BUILDLINK_PREFIX.Xrandr= ${X11BASE}
USE_BUILTIN.Xrender= yes
-USE_BUILTIN.randrext= yes
+USE_BUILTIN.randrproto= yes
. endif
.endif # CHECK_BUILTIN.Xrandr