From 5947afa6ce02f7fdaa76edcba5f286ed72dcd07e Mon Sep 17 00:00:00 2001 From: Leonardo Taccari Date: Wed, 17 Apr 2019 14:37:20 +0200 Subject: [PATCH] tig: asciidoc and xmlto are tools dependencies, not build ones --- tig/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tig/Makefile b/tig/Makefile index 72ae0f1b39..2b113bced3 100644 --- a/tig/Makefile +++ b/tig/Makefile @@ -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