pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/breeze-icons breeze-icons: make python depend...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9dd6f78f366e
branches:  trunk
changeset: 450997:9dd6f78f366e
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Apr 23 19:21:15 2021 +0000

description:
breeze-icons: make python dependencies explicit

diffstat:

 graphics/breeze-icons/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r a2fa0a0c7169 -r 9dd6f78f366e graphics/breeze-icons/Makefile
--- a/graphics/breeze-icons/Makefile    Fri Apr 23 19:20:08 2021 +0000
+++ b/graphics/breeze-icons/Makefile    Fri Apr 23 19:21:15 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2021/04/21 11:41:50 adam Exp $
+# $NetBSD: Makefile,v 1.30 2021/04/23 19:21:15 nia Exp $
 
 DISTNAME=      breeze-icons-${KF5VER}
 PKGREVISION=   1
@@ -10,6 +10,12 @@
 
 .include "../../meta-pkgs/kde/kf5.mk"
 
+PYTHON_FOR_BUILD_ONLY= tool
+
+.include "../../lang/python/tool.mk"
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
+
 USE_TOOLS+=    bash gsed
 
 LDFLAGS+=      ${COMPILER_RPATH_FLAG}${QTDIR}/lib



Home | Main Index | Thread Index | Old Index