tig: asciidoc and xmlto are tools dependencies, not build ones

This commit is contained in:
Leonardo Taccari 2019-04-17 14:37:20 +02:00
parent 18673f42c2
commit 5947afa6ce
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ HOMEPAGE= https://jonas.github.io/tig/
COMMENT= Ncurses-based GIT repository tool
LICENSE= gnu-gpl-v2
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
TOOL_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
DEPENDS+= git-base-[0-9]*:../../devel/git-base
GNU_CONFIGURE= yes