pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/picom



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Apr 12 11:01:57 UTC 2021

Modified Files:
        pkgsrc/x11/picom: Makefile

Log Message:
picom: set PYTHON_FOR_BUILD_ONLY


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/picom/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/picom/Makefile
diff -u pkgsrc/x11/picom/Makefile:1.5 pkgsrc/x11/picom/Makefile:1.6
--- pkgsrc/x11/picom/Makefile:1.5       Thu Nov 19 11:03:04 2020
+++ pkgsrc/x11/picom/Makefile   Mon Apr 12 11:01:56 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/11/19 11:03:04 nia Exp $
+# $NetBSD: Makefile,v 1.6 2021/04/12 11:01:56 nia Exp $
 
 DISTNAME=      picom-8.2
 CATEGORIES=    x11
@@ -22,6 +22,8 @@ MESON_ARGS+=  -Dwith_docs=true
 
 REPLACE_SH+=           bin/picom-trans
 
+PYTHON_FOR_BUILD_ONLY= tool
+
 post-install:
        ${MV} ${DESTDIR}${PREFIX}/share/man ${DESTDIR}${PREFIX}/${PKGMANDIR} || ${TRUE}
 



Home | Main Index | Thread Index | Old Index