pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/gedit gedit: ensure the correct python executa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/834f35df0f55
branches:  trunk
changeset: 454129:834f35df0f55
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Jun 06 13:37:13 2021 +0000

description:
gedit: ensure the correct python executable is found

diffstat:

 editors/gedit/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 09934c9550b6 -r 834f35df0f55 editors/gedit/Makefile
--- a/editors/gedit/Makefile    Sun Jun 06 13:32:51 2021 +0000
+++ b/editors/gedit/Makefile    Sun Jun 06 13:37:13 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.161 2021/05/24 19:52:05 wiz Exp $
+# $NetBSD: Makefile,v 1.162 2021/06/06 13:37:13 nia Exp $
 
 DISTNAME=      gedit-3.36.2
 PKGREVISION=   6
@@ -49,7 +49,7 @@
 .include "../../x11/gtksourceview4/buildlink3.mk"
 .include "../../x11/libICE/buildlink3.mk"
 .include "../../x11/libSM/buildlink3.mk"
-
 .include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"
+.include "../../lang/python/tool.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index