summaryrefslogtreecommitdiff
path: root/textproc/xmlada
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-03-19 11:52:12 +0000
committerjperkin <jperkin>2015-03-19 11:52:12 +0000
commitc8789bbf59bef7a16932af6181c2e57bd7122b2c (patch)
tree421e75b1b19678046e278780a2b043fb121b545f /textproc/xmlada
parent7fefdd864926ca48342732986a0da298c749f12b (diff)
downloadpkgsrc-c8789bbf59bef7a16932af6181c2e57bd7122b2c.tar.gz
Ensure we can find the appropriate sphinx-build, fixes docs build.
Diffstat (limited to 'textproc/xmlada')
-rw-r--r--textproc/xmlada/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/xmlada/Makefile b/textproc/xmlada/Makefile
index 920e53c5b70..f0541f654a5 100644
--- a/textproc/xmlada/Makefile
+++ b/textproc/xmlada/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2014/05/09 07:37:22 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2015/03/19 11:52:12 jperkin Exp $
DISTNAME= xmlada-${XMLADA_VERS}
PKGREVISION= 1
@@ -37,6 +37,8 @@ SUBST_MESSAGE.docs= Set build xmlada documentation option
SUBST_FILES.docs= Makefile.in
SUBST_SED.docs= -e 's/^all: \(.*\)/all: \1 docs/g'
+MAKE_ENV+= SPHINXBUILD=${PREFIX}/bin/sphinx-build${PYVERSSUFFIX}
+
DESTSTATIC= ${DESTDIR}${PREFIX}/lib/xmlada/static
DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 4.4.0.0