diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-03-19 11:52:12 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-03-19 11:52:12 +0000 |
commit | c22f34947add931f14c79b95878dcc3d1f45810e (patch) | |
tree | 421e75b1b19678046e278780a2b043fb121b545f /textproc/xmlada | |
parent | d78e4daed65841e7286b6f86180e15e0c1899d89 (diff) | |
download | pkgsrc-c22f34947add931f14c79b95878dcc3d1f45810e.tar.gz |
Ensure we can find the appropriate sphinx-build, fixes docs build.
Diffstat (limited to 'textproc/xmlada')
-rw-r--r-- | textproc/xmlada/Makefile | 4 |
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 |