pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xcolor xcolor: fix builds in some circumstances



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db8572e79e3b
branches:  trunk
changeset: 459177:db8572e79e3b
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri Oct 01 02:57:20 2021 +0000

description:
xcolor: fix builds in some circumstances

diffstat:

 x11/xcolor/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 7aa360246f0d -r db8572e79e3b x11/xcolor/Makefile
--- a/x11/xcolor/Makefile       Thu Sep 30 23:48:51 2021 +0000
+++ b/x11/xcolor/Makefile       Fri Oct 01 02:57:20 2021 +0000
@@ -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 @@
 .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