pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/dbus-python-common



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug 12 02:55:44 UTC 2023

Modified Files:
        pkgsrc/sysutils/dbus-python-common: Makefile

Log Message:
dbus-python-common: resture build dependency on Python

configure checks if it can link against libpython.0


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/dbus-python-common/Makefile

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

Modified files:

Index: pkgsrc/sysutils/dbus-python-common/Makefile
diff -u pkgsrc/sysutils/dbus-python-common/Makefile:1.31 pkgsrc/sysutils/dbus-python-common/Makefile:1.32
--- pkgsrc/sysutils/dbus-python-common/Makefile:1.31    Wed Aug  9 09:05:11 2023
+++ pkgsrc/sysutils/dbus-python-common/Makefile Sat Aug 12 02:55:44 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2023/08/09 09:05:11 nia Exp $
+# $NetBSD: Makefile,v 1.32 2023/08/12 02:55:44 wiz Exp $
 
 DISTNAME=      dbus-python-1.3.2
 PKGNAME=       ${DISTNAME:S/python/python-common/}
@@ -12,7 +12,7 @@ LICENSE=      mit
 
 CONFLICTS+=    py[0-9]*-dbus<1.1.1
 
-PYTHON_FOR_BUILD_ONLY=         tool
+PYTHON_FOR_BUILD_ONLY=         yes
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_TOOLS+=            pkg-config gmake



Home | Main Index | Thread Index | Old Index