pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/dconf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 13 08:08:40 UTC 2021

Modified Files:
        pkgsrc/devel/dconf: Makefile

Log Message:
dconf: mark python as build-time dependency

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/dconf/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/dconf/Makefile
diff -u pkgsrc/devel/dconf/Makefile:1.60 pkgsrc/devel/dconf/Makefile:1.61
--- pkgsrc/devel/dconf/Makefile:1.60    Fri Dec  4 20:45:08 2020
+++ pkgsrc/devel/dconf/Makefile Tue Apr 13 08:08:40 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.60 2020/12/04 20:45:08 nia Exp $
+# $NetBSD: Makefile,v 1.61 2021/04/13 08:08:40 wiz Exp $
 
 DISTNAME=      dconf-0.36.0
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/dconf/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -18,6 +18,7 @@ BUILD_DEPENDS+=       docbook-xsl-[0-9]*:../..
 USE_LANGUAGES= c99
 USE_TOOLS+=    pkg-config
 
+PYTHON_FOR_BUILD_ONLY= tool
 REPLACE_PYTHON+=       *.py
 
 # gtk-doc wants to run dconf-scan, but that does not find its library libdconf.so.1



Home | Main Index | Thread Index | Old Index