pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtksourceview4



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Apr 12 11:09:17 UTC 2021

Modified Files:
        pkgsrc/x11/gtksourceview4: Makefile

Log Message:
gtksourceview4: set PYTHON_FOR_BUILD_ONLY


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/gtksourceview4/Makefile

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

Modified files:

Index: pkgsrc/x11/gtksourceview4/Makefile
diff -u pkgsrc/x11/gtksourceview4/Makefile:1.18 pkgsrc/x11/gtksourceview4/Makefile:1.19
--- pkgsrc/x11/gtksourceview4/Makefile:1.18     Thu Nov  5 09:07:14 2020
+++ pkgsrc/x11/gtksourceview4/Makefile  Mon Apr 12 11:09:17 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2020/11/05 09:07:14 ryoon Exp $
+# $NetBSD: Makefile,v 1.19 2021/04/12 11:09:17 nia Exp $
 
 DISTNAME=      gtksourceview-4.8.0
 PKGNAME=       ${DISTNAME:S/gtksourceview/gtksourceview4/}
@@ -23,6 +23,8 @@ PKGCONFIG_OVERRIDE+=  gtksourceview.pc.in
 
 MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/gtksourceview
 
+PYTHON_FOR_BUILD_ONLY= tool
+
 .include "options.mk"
 
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.48



Home | Main Index | Thread Index | Old Index