summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-01-14 17:40:30 +0000
committerwiz <wiz@pkgsrc.org>2021-01-14 17:40:30 +0000
commitf2b0548193efeb519a8aac2c5b2f55b1d707e7d0 (patch)
tree297cafac33d505cd88cb29bfab838b8fe530ad12 /x11
parent40b1fc18b9bf8fe7d8182d047ddd01c0fb6e1f4d (diff)
downloadpkgsrc-f2b0548193efeb519a8aac2c5b2f55b1d707e7d0.tar.gz
xcursor: switch from Xfixes to libXfixes
Diffstat (limited to 'x11')
-rw-r--r--x11/xcursor/builtin.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xcursor/builtin.mk b/x11/xcursor/builtin.mk
index 25ef5f85006..21a0521306d 100644
--- a/x11/xcursor/builtin.mk
+++ b/x11/xcursor/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.16 2019/11/03 09:14:19 rillig Exp $
+# $NetBSD: builtin.mk,v 1.17 2021/01/14 17:40:30 wiz Exp $
BUILTIN_PKG:= xcursor
@@ -41,7 +41,7 @@ MAKEVARS+= BUILTIN_PKG.xcursor
### Determine whether we should use the built-in implementation if it
### exists, and set USE_BUILTIN.<pkg> appropriate ("yes" or "no").
###
-.if defined(USE_BUILTIN.Xfixes) && !empty(USE_BUILTIN.Xfixes:M[nN][oO])
+.if defined(USE_BUILTIN.libXfixes) && !empty(USE_BUILTIN.libXfixes:M[nN][oO])
USE_BUILTIN.xcursor= no
.endif
.if defined(USE_BUILTIN.Xrender) && !empty(USE_BUILTIN.Xrender:M[nN][oO])
@@ -85,7 +85,7 @@ CHECK_BUILTIN.xcursor?= no
BUILDLINK_API_DEPENDS.xcursor+= xcursor>=1.1.1
BUILDLINK_API_DEPENDS.Xrender+= Xrender>=0.8
. for _mkfile_ in buildlink3.mk builtin.mk
-. sinclude "../../x11/Xfixes/${_mkfile_}"
+. sinclude "../../x11/libXfixes/${_mkfile_}"
. endfor
. endif