pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xkeyboard-config



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Tue Jun 27 10:29:06 UTC 2023

Modified Files:
        pkgsrc/x11/xkeyboard-config: Makefile

Log Message:
x11/xkeyboard-config: Need Python as tool, not build-time dep.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/x11/xkeyboard-config/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/xkeyboard-config/Makefile
diff -u pkgsrc/x11/xkeyboard-config/Makefile:1.53 pkgsrc/x11/xkeyboard-config/Makefile:1.54
--- pkgsrc/x11/xkeyboard-config/Makefile:1.53   Tue Jun  6 12:42:56 2023
+++ pkgsrc/x11/xkeyboard-config/Makefile        Tue Jun 27 10:29:06 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2023/06/06 12:42:56 riastradh Exp $
+# $NetBSD: Makefile,v 1.54 2023/06/27 10:29:06 riastradh Exp $
 
 DISTNAME=              xkeyboard-config-2.38
 CATEGORIES=            x11
@@ -15,7 +15,7 @@ CONFLICTS+=           xkbdata-[0-9]*
 
 USE_TOOLS+=            msgfmt perl pkg-config
 PKGCONFIG_OVERRIDE+=   xkeyboard-config.pc.in
-PYTHON_FOR_BUILD_ONLY= yes
+PYTHON_FOR_BUILD_ONLY= tool
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 



Home | Main Index | Thread Index | Old Index