diff options
Diffstat (limited to 'textproc/xmlada/Makefile')
-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 |