pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xmlada Ensure we can find the appropriate sph...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a5291d61db2
branches:  trunk
changeset: 648781:1a5291d61db2
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Mar 19 11:52:12 2015 +0000

description:
Ensure we can find the appropriate sphinx-build, fixes docs build.

diffstat:

 textproc/xmlada/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e905a2f1ac9a -r 1a5291d61db2 textproc/xmlada/Makefile
--- a/textproc/xmlada/Makefile  Thu Mar 19 11:52:09 2015 +0000
+++ b/textproc/xmlada/Makefile  Thu Mar 19 11:52:12 2015 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index