pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/at-spi2-core



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Apr 12 13:07:44 UTC 2021

Modified Files:
        pkgsrc/devel/at-spi2-core: Makefile

Log Message:
at-spi2-core: set PYTHON_FOR_BUILD_ONLY


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/at-spi2-core/Makefile

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

Modified files:

Index: pkgsrc/devel/at-spi2-core/Makefile
diff -u pkgsrc/devel/at-spi2-core/Makefile:1.38 pkgsrc/devel/at-spi2-core/Makefile:1.39
--- pkgsrc/devel/at-spi2-core/Makefile:1.38     Thu Oct  1 11:45:46 2020
+++ pkgsrc/devel/at-spi2-core/Makefile  Mon Apr 12 13:07:44 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2020/10/01 11:45:46 prlw1 Exp $
+# $NetBSD: Makefile,v 1.39 2021/04/12 13:07:44 nia Exp $
 
 DISTNAME=      at-spi2-core-2.38.0
 CATEGORIES=    devel gnome
@@ -36,6 +36,8 @@ CONF_FILES+=  ${eg_default_sessiondir}/at
                        ${default_sessiondir}/at-spi-dbus-bus.desktop
 MAKE_DIRS+=    ${busconfigdir} ${default_sessiondir}
 
+PYTHON_FOR_BUILD_ONLY= tool
+
 post-install:
        ${INSTALL_DATA_DIR} ${DESTDIR}${eg_default_sessiondir}
        ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/xdg/autostart/at-spi-dbus-bus.desktop \



Home | Main Index | Thread Index | Old Index