pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xcolor



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Oct  1 02:57:20 UTC 2021

Modified Files:
        pkgsrc/x11/xcolor: Makefile

Log Message:
xcolor: fix builds in some circumstances


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/xcolor/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/xcolor/Makefile
diff -u pkgsrc/x11/xcolor/Makefile:1.4 pkgsrc/x11/xcolor/Makefile:1.5
--- pkgsrc/x11/xcolor/Makefile:1.4      Thu Sep  9 09:23:03 2021
+++ pkgsrc/x11/xcolor/Makefile  Fri Oct  1 02:57:20 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2021/09/09 09:23:03 pin Exp $
+# $NetBSD: Makefile,v 1.5 2021/10/01 02:57:20 gutteridge Exp $
 
 DISTNAME=      xcolor-0.5.1
 CATEGORIES=    x11
@@ -30,4 +30,5 @@ do-install:
 .include "../../lang/python/tool.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libxcb/buildlink3.mk"
+.include "../../x11/libXcursor/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index