pkgsrc-WIP-changes archive

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

make sphinx dependency a tool dependency



Module Name:	pkgsrc-wip
Committed By:	Frank Kardel <kardel%NetBSD.org@localhost>
Pushed By:	kardel
Date:		Mon Oct 12 15:06:33 2020 +0200
Changeset:	e4acc0171a457f404f55c7a125bea98e7ebb698f

Modified Files:
	frr/options.mk

Log Message:
make sphinx dependency a tool dependency

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

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

diffstat:
 frr/options.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/frr/options.mk b/frr/options.mk
index 4939c96d38..7bb35a416f 100644
--- a/frr/options.mk
+++ b/frr/options.mk
@@ -17,7 +17,7 @@ PLIST_VARS+=		doc
 USE_TOOLS+=		makeinfo
 CONFIGURE_ARGS+=	--enable-doc-html
 CONFIGURE_ARGS+=	--infodir=${PREFIX}/info
-DEPENDS+=		${PYPKGPREFIX}-sphinx>=2.4.4:../../textproc/py-sphinx
+TOOL_DEPENDS+=		${PYPKGPREFIX}-sphinx>=2.4.4:../../textproc/py-sphinx
 PLIST.doc=		yes
 INFO_FILES=		yes
 .else


Home | Main Index | Thread Index | Old Index