pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/gedit



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jun  6 13:37:13 UTC 2021

Modified Files:
        pkgsrc/editors/gedit: Makefile

Log Message:
gedit: ensure the correct python executable is found


To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 pkgsrc/editors/gedit/Makefile

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

Modified files:

Index: pkgsrc/editors/gedit/Makefile
diff -u pkgsrc/editors/gedit/Makefile:1.161 pkgsrc/editors/gedit/Makefile:1.162
--- pkgsrc/editors/gedit/Makefile:1.161 Mon May 24 19:52:05 2021
+++ pkgsrc/editors/gedit/Makefile       Sun Jun  6 13:37:13 2021
@@ -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 @@ BUILDLINK_API_DEPENDS.gtksourceview4+=        g
 .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