pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/fvwm wm/fvwm: change docbook-xsl and libxslt to TOO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d403e3082716
branches:  trunk
changeset: 428194:d403e3082716
user:      nikita <nikita%pkgsrc.org@localhost>
date:      Sat Apr 25 20:04:23 2020 +0000

description:
wm/fvwm: change docbook-xsl and libxslt to TOOL_DEPENDS

diffstat:

 wm/fvwm/Makefile   |  4 ++--
 wm/fvwm/options.mk |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (34 lines):

diff -r 9805b0fbd312 -r d403e3082716 wm/fvwm/Makefile
--- a/wm/fvwm/Makefile  Sat Apr 25 20:02:35 2020 +0000
+++ b/wm/fvwm/Makefile  Sat Apr 25 20:04:23 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.48 2020/04/25 19:40:55 nikita Exp $
+# $NetBSD: Makefile,v 1.49 2020/04/25 20:04:23 nikita Exp $
 
 DISTNAME=      fvwm-${FVWM_VER}
 PKGREVISION=   3
-CATEGORIES=    x11 wm
+CATEGORIES=    wm x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fvwmorg/}
 GITHUB_RELEASE=        ${FVWM_VER}
 
diff -r 9805b0fbd312 -r d403e3082716 wm/fvwm/options.mk
--- a/wm/fvwm/options.mk        Sat Apr 25 20:02:35 2020 +0000
+++ b/wm/fvwm/options.mk        Sat Apr 25 20:04:23 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2020/04/25 19:40:55 nikita Exp $
+# $NetBSD: options.mk,v 1.8 2020/04/25 20:04:23 nikita Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.fvwm
 PKG_SUPPORTED_OPTIONS=         gtk xrender xcursor xft2 fribidi debug svg
@@ -61,8 +61,8 @@
 .if !empty(PKG_OPTIONS:Mdoc)
 # 2 manpages want xsltproc.
 CONFIGURE_ARGS+=       --enable-mandoc
-BUILD_DEPENDS+=                docbook-xsl-[0-9]*:../../textproc/docbook-xsl
-BUILD_DEPENDS+=                libxslt-[0-9]*:../../textproc/libxslt
+TOOL_DEPENDS+=         docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+TOOL_DEPENDS+=         libxslt-[0-9]*:../../textproc/libxslt
 PLIST.doc=             yes
 .else
 CONFIGURE_ARGS+=       --disable-mandoc



Home | Main Index | Thread Index | Old Index