pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xcolor x11/xcolor: fix broken build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f333500696f
branches:  trunk
changeset: 457220:2f333500696f
user:      pin <pin%pkgsrc.org@localhost>
date:      Sat Aug 21 11:23:11 2021 +0000

description:
x11/xcolor: fix broken build

Fix for broken build, see
http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20210819.2216/xcolor-0.5.0/build.log

diffstat:

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

diffs (18 lines):

diff -r b4ebfc5c3a87 -r 2f333500696f x11/xcolor/Makefile
--- a/x11/xcolor/Makefile       Sat Aug 21 08:47:55 2021 +0000
+++ b/x11/xcolor/Makefile       Sat Aug 21 11:23:11 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/08/18 21:03:43 pin Exp $
+# $NetBSD: Makefile,v 1.3 2021/08/21 11:23:11 pin Exp $
 
 DISTNAME=      xcolor-0.5.0
 CATEGORIES=    x11
@@ -9,6 +9,8 @@
 COMMENT=       Lightweight color picker for X11
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+
 .include "cargo-depends.mk"
 
 USE_TOOLS+=                    pkg-config



Home | Main Index | Thread Index | Old Index