pkgsrc-WIP-changes archive

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

virt-manager: fix build



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sun Sep 12 00:50:35 2021 +0200
Changeset:	c12bd214a2fe5142d39b47f25c1f7c155bd6db23

Modified Files:
	virt-manager/Makefile

Log Message:
virt-manager: fix build

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c12bd214a2fe5142d39b47f25c1f7c155bd6db23

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

diffstat:
 virt-manager/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/virt-manager/Makefile b/virt-manager/Makefile
index c7b90de2b4..d2e5217890 100644
--- a/virt-manager/Makefile
+++ b/virt-manager/Makefile
@@ -23,7 +23,7 @@ PYSETUPINSTALLARGS=	--prefix=${PREFIX}
 
 SUBST_CLASSES+=		pkgsrcvar
 SUBST_STAGE.pkgsrcvar=	do-build
-SUBST_FILES.pkgsrcvar=	virtManager/createconn.py virtManager/engine.py
+SUBST_FILES.pkgsrcvar=	virtManager/engine.py
 SUBST_VARS.pkgsrcvar+=	LOCALBASE VARBASE
 
 do-configure:
@@ -38,7 +38,7 @@ PYTHON_VERSIONS_INCOMPATIBLE=	27
 
 .include "../../wip/libosinfo/buildlink3.mk"
 .include "../../wip/libvirt-glib/buildlink3.mk"
-.include "../../wip/vte/buildlink3.mk"
+.include "../../x11/vte3/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../lang/python/distutils.mk"
 .include "../../lang/python/application.mk"


Home | Main Index | Thread Index | Old Index