pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

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



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Apr 17 14:37:20 2019 +0200
Changeset:	5947afa6ce02f7fdaa76edcba5f286ed72dcd07e

Modified Files:
	tig/Makefile

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

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5947afa6ce02f7fdaa76edcba5f286ed72dcd07e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tig/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
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


Home | Main Index | Thread Index | Old Index