pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/wm/fvwm
Module Name: pkgsrc
Committed By: nikita
Date: Sat Apr 25 20:04:23 UTC 2020
Modified Files:
pkgsrc/wm/fvwm: Makefile options.mk
Log Message:
wm/fvwm: change docbook-xsl and libxslt to TOOL_DEPENDS
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/wm/fvwm/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/wm/fvwm/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/wm/fvwm/Makefile
diff -u pkgsrc/wm/fvwm/Makefile:1.48 pkgsrc/wm/fvwm/Makefile:1.49
--- pkgsrc/wm/fvwm/Makefile:1.48 Sat Apr 25 19:40:55 2020
+++ pkgsrc/wm/fvwm/Makefile Sat Apr 25 20:04:23 2020
@@ -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}
Index: pkgsrc/wm/fvwm/options.mk
diff -u pkgsrc/wm/fvwm/options.mk:1.7 pkgsrc/wm/fvwm/options.mk:1.8
--- pkgsrc/wm/fvwm/options.mk:1.7 Sat Apr 25 19:40:55 2020
+++ pkgsrc/wm/fvwm/options.mk Sat Apr 25 20:04:23 2020
@@ -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 @@ CONFIGURE_ARGS+= --disable-rsvg
.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