diff options
author | nikita <nikita@pkgsrc.org> | 2020-04-25 20:04:23 +0000 |
---|---|---|
committer | nikita <nikita@pkgsrc.org> | 2020-04-25 20:04:23 +0000 |
commit | 11f4748d2549ce721fbffe411e73c98c43981d51 (patch) | |
tree | 3c23fb1d4f79b7cdca7b020d441a06b11a60f5f3 /wm | |
parent | 3198aa182d4dee6fa2b2aac18e4fe6168d92c455 (diff) | |
download | pkgsrc-11f4748d2549ce721fbffe411e73c98c43981d51.tar.gz |
wm/fvwm: change docbook-xsl and libxslt to TOOL_DEPENDS
Diffstat (limited to 'wm')
-rw-r--r-- | wm/fvwm/Makefile | 4 | ||||
-rw-r--r-- | wm/fvwm/options.mk | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/wm/fvwm/Makefile b/wm/fvwm/Makefile index 3f78d78e964..c9bcdd30030 100644 --- a/wm/fvwm/Makefile +++ b/wm/fvwm/Makefile @@ -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 --git a/wm/fvwm/options.mk b/wm/fvwm/options.mk index 263180b3c55..736ec166f54 100644 --- a/wm/fvwm/options.mk +++ b/wm/fvwm/options.mk @@ -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 |