summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormarkd <markd>2015-02-26 08:55:58 +0000
committermarkd <markd>2015-02-26 08:55:58 +0000
commit5d361c1bcebba3519e580118d4a0f265fc33e967 (patch)
tree0dc196e0a577d32ea0fed62814bd58341a908390 /www
parent67a898af9607024082affd6cb8824e033df32e36 (diff)
downloadpkgsrc-5d361c1bcebba3519e580118d4a0f265fc33e967.tar.gz
Be explicit in the names of the docutils commands.
Diffstat (limited to 'www')
-rw-r--r--www/varnish/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/varnish/Makefile b/www/varnish/Makefile
index 54955943b0b..fbab7c27264 100644
--- a/www/varnish/Makefile
+++ b/www/varnish/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2014/05/17 16:10:50 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2015/02/26 08:55:58 markd Exp $
#
DISTNAME= varnish-3.0.5
@@ -46,6 +46,8 @@ REPLACE_PYTHON+= lib/libvmod_std/vmod.py
.include "../../lang/python/pyversion.mk"
BUILD_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.5:../../textproc/py-docutils
+CONFIGURE_ARGS+= --with-rst2man=${PREFIX}/bin/rst2man-${PYVERSSUFFIX}.py
+CONFIGURE_ARGS+= --with-rst2html=${PREFIX}/bin/rst2html-${PYVERSSUFFIX}.py
.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/bsd.prefs.mk"