pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/breeze-icons



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Apr 23 19:21:15 UTC 2021

Modified Files:
        pkgsrc/graphics/breeze-icons: Makefile

Log Message:
breeze-icons: make python dependencies explicit


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/graphics/breeze-icons/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/breeze-icons/Makefile
diff -u pkgsrc/graphics/breeze-icons/Makefile:1.29 pkgsrc/graphics/breeze-icons/Makefile:1.30
--- pkgsrc/graphics/breeze-icons/Makefile:1.29  Wed Apr 21 11:41:50 2021
+++ pkgsrc/graphics/breeze-icons/Makefile       Fri Apr 23 19:21:15 2021
@@ -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 @@ LICENSE=     gnu-lgpl-v2.1 AND gnu-lgpl-v3
 
 .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