pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xcursor
Module Name: pkgsrc
Committed By: nia
Date: Sun Dec 5 19:07:08 UTC 2021
Modified Files:
pkgsrc/x11/xcursor: Makefile
Log Message:
xcursor: fix builtin name
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/xcursor/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/xcursor/Makefile
diff -u pkgsrc/x11/xcursor/Makefile:1.28 pkgsrc/x11/xcursor/Makefile:1.29
--- pkgsrc/x11/xcursor/Makefile:1.28 Wed Dec 1 13:01:16 2021
+++ pkgsrc/x11/xcursor/Makefile Sun Dec 5 19:07:07 2021
@@ -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 @@ PKGCONFIG_OVERRIDE+= xcursor.pc.in
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