pkgsrc-WIP-changes archive

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

gnunet: include python as a tool for docs



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Thu Sep 8 07:23:07 2022 -0400
Changeset:	274bf54d975bb6bd8560ce9729f56caa1f7fe480

Modified Files:
	gnunet/options.mk

Log Message:
gnunet: include python as a tool for docs

Otherwise, PYPKGPREFIX is not set.

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

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

diffstat:
 gnunet/options.mk | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/gnunet/options.mk b/gnunet/options.mk
index 7e28a58b8b..e1ae7227d9 100644
--- a/gnunet/options.mk
+++ b/gnunet/options.mk
@@ -38,6 +38,7 @@ CONFIGURE_ARGS+=	--disable-testruns
 .endif
 
 .if ${PKG_OPTIONS:Mdoc}
+.include "../../lang/python/tool.mk"
 TOOL_DEPENDS+=		${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 BUILD_DEPENDS+=		${PYPKGPREFIX}-sphinx-rtd-theme-[0-9]*:../../textproc/py-sphinx-rtd-theme
 BUILD_DEPENDS+=		${PYPKGPREFIX}-docutils>=0.12:../../textproc/py-docutils


Home | Main Index | Thread Index | Old Index