pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/girara



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Apr 12 13:24:40 UTC 2021

Modified Files:
        pkgsrc/graphics/girara: Makefile

Log Message:
girara: set PYTHON_FOR_BUILD_ONLY


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/girara/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/girara/Makefile
diff -u pkgsrc/graphics/girara/Makefile:1.25 pkgsrc/graphics/girara/Makefile:1.26
--- pkgsrc/graphics/girara/Makefile:1.25        Mon Aug 17 20:17:29 2020
+++ pkgsrc/graphics/girara/Makefile     Mon Apr 12 13:24:40 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2020/08/17 20:17:29 leot Exp $
+# $NetBSD: Makefile,v 1.26 2021/04/12 13:24:40 nia Exp $
 
 DISTNAME=      girara-0.3.5
 PKGREVISION=   1
@@ -15,6 +15,8 @@ USE_TOOLS+=   gettext pkg-config
 
 CFLAGS.SunOS+= -D__EXTENSIONS__
 
+PYTHON_FOR_BUILD_ONLY= tool
+
 .include "../../devel/meson/build.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index