pkgsrc-WIP-changes archive

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

xss-lock: enable tool dependency on docutils.



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Fri Oct 28 23:24:13 2022 +0200
Changeset:	70c9a3cf0efe8527376f3ba439edc19276889352

Modified Files:
	xss-lock/Makefile

Log Message:
xss-lock: enable tool dependency on docutils.

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

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

diffstat:
 xss-lock/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/xss-lock/Makefile b/xss-lock/Makefile
index 540198abac..6d7c4f2b9e 100644
--- a/xss-lock/Makefile
+++ b/xss-lock/Makefile
@@ -16,7 +16,7 @@ USE_TOOLS+=	pkg-config
 
 PYTHON_FOR_BUILD_ONLY=	tool
 # Requires rst2man to generate man page
-# TOOL_DEPENDS+=		${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
+TOOL_DEPENDS+=		${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
 
 SUBST_CLASSES+=		doc
 SUBST_MESSAGE.doc=	Fixing rst2man name due to python versioning.


Home | Main Index | Thread Index | Old Index