pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/yelp-xsl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 13 10:02:53 UTC 2021

Modified Files:
        pkgsrc/textproc/yelp-xsl: Makefile

Log Message:
yelp-xsl: mark python as build dependency only

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/yelp-xsl/Makefile

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

Modified files:

Index: pkgsrc/textproc/yelp-xsl/Makefile
diff -u pkgsrc/textproc/yelp-xsl/Makefile:1.19 pkgsrc/textproc/yelp-xsl/Makefile:1.20
--- pkgsrc/textproc/yelp-xsl/Makefile:1.19      Mon Nov  4 21:43:49 2019
+++ pkgsrc/textproc/yelp-xsl/Makefile   Tue Apr 13 10:02:53 2021
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2019/11/04 21:43:49 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2021/04/13 10:02:53 wiz Exp $
 
 DISTNAME=      yelp-xsl-3.32.1
+PKGREVISION=   1
 CATEGORIES=    textproc gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/yelp-xsl/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -10,13 +11,14 @@ HOMEPAGE=   https://www.gnome.org/
 COMMENT=       XSL stylesheets for Yelp help browser
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mit
 
+BUILD_DEPENDS+=                itstool-[0-9]*:../../textproc/itstool
+
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config intltool msgfmt
 USE_PKGLOCALEDIR=      yes
+PYTHON_FOR_BUILD_ONLY= tool
 
 PKGCONFIG_OVERRIDE+=   yelp-xsl.pc.in
 
-BUILD_DEPENDS+=                itstool-[0-9]*:../../textproc/itstool
-
 .include "../../lang/python/pyversion.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index