pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xcursor xcursor: fix builtin name



details:   https://anonhg.NetBSD.org/pkgsrc/rev/703871a5af83
branches:  trunk
changeset: 770631:703871a5af83
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Dec 05 19:07:07 2021 +0000

description:
xcursor: fix builtin name

diffstat:

 x11/xcursor/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 07b2e4828d21 -r 703871a5af83 x11/xcursor/Makefile
--- a/x11/xcursor/Makefile      Sun Dec 05 18:34:34 2021 +0000
+++ b/x11/xcursor/Makefile      Sun Dec 05 19:07:07 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2021/12/01 13:01:16 nia Exp $
+# $NetBSD: Makefile,v 1.29 2021/12/05 19:07:07 nia Exp $
 #
 
 DISTNAME=              libXcursor-1.1.2
@@ -23,7 +23,7 @@
 
 BUILDLINK_API_DEPENDS.Xrender+=        Xrender>=0.8
 
-X11_BUILTIN_NAME=      libXcursor
+X11_BUILTIN_NAME=      xcursor
 .include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
 .include "../../x11/libXfixes/buildlink3.mk"
 .include "../../x11/libXrender/buildlink3.mk"



Home | Main Index | Thread Index | Old Index