wm/fvwm: change docbook-xsl and libxslt to TOOL_DEPENDS
This commit is contained in:
parent
9be0550833
commit
906f88a35e
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue