diff options
author | nia <nia@pkgsrc.org> | 2020-01-05 12:16:59 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-01-05 12:16:59 +0000 |
commit | 83d5106d687b64b12e11aa6b265dd92febf9e4d7 (patch) | |
tree | ca3076e7542dc9d00a50f830f0258281c73e8220 /wm | |
parent | 10f61c373b2954fc439ff34f8cb227c5927a8dd1 (diff) | |
download | pkgsrc-83d5106d687b64b12e11aa6b265dd92febf9e4d7.tar.gz |
herbstluftwm: Needs asciidoc
Diffstat (limited to 'wm')
-rw-r--r-- | wm/herbstluftwm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/herbstluftwm/Makefile b/wm/herbstluftwm/Makefile index c9331ef7d33..fe5dc6733bb 100644 --- a/wm/herbstluftwm/Makefile +++ b/wm/herbstluftwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2020/01/01 15:24:02 nia Exp $ +# $NetBSD: Makefile,v 1.2 2020/01/05 12:16:59 nia Exp $ DISTNAME= herbstluftwm-0.7.2 CATEGORIES= wm @@ -9,6 +9,8 @@ HOMEPAGE= https://herbstluftwm.org/ COMMENT= Manual tiling window manager for X11 using Xlib and Glib LICENSE= modified-bsd +TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc + USE_CMAKE= yes USE_TOOLS+= pkg-config bash:run USE_LANGUAGES= c c++ |