pkgsrc-WIP-changes archive

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

Use asciidoc as a tool dependency, not a build dependency.



Module Name:	pkgsrc-wip
Committed By:	Juraj Lutter <juraj%lutter.sk@localhost>
Pushed By:	otis
Date:		Tue Jul 23 11:58:29 2019 +0000
Changeset:	8b13f2b29d9b39a0c11115b4a5dae9169b3ed274

Modified Files:
	tinyproxy/Makefile

Log Message:
Use asciidoc as a tool dependency, not a build dependency.

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

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

diffstat:
 tinyproxy/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/tinyproxy/Makefile b/tinyproxy/Makefile
index 7fbd6f8f31..616b885436 100644
--- a/tinyproxy/Makefile
+++ b/tinyproxy/Makefile
@@ -12,7 +12,8 @@ HOMEPAGE=	https://tinyproxy.github.io/
 COMMENT=	Lightweight HTTP/SSL proxy
 LICENSE=	gnu-gpl-v2
 
-BUILD_DEPENDS+=		asciidoc-[0-9]*:../../textproc/asciidoc
+TOOL_DEPENDS+=		asciidoc-[0-9]*:../../textproc/asciidoc
+
 BUILD_DEFS+=		VARBASE
 
 PKG_SYSCONFSUBDIR=	tinyproxy


Home | Main Index | Thread Index | Old Index