summaryrefslogtreecommitdiff
path: root/textproc/xmlada
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-10-21 22:11:33 +0000
committeradam <adam@pkgsrc.org>2019-10-21 22:11:33 +0000
commit941bd7c2f3f534b828ba626aeaaa41721aa5ef38 (patch)
treef2cc3f00aad00c791123e3eb80bdf79a7d3c04f5 /textproc/xmlada
parent69e0fa7d7d6051176802a99fd4469ccbb961274f (diff)
downloadpkgsrc-941bd7c2f3f534b828ba626aeaaa41721aa5ef38.tar.gz
Switch sphinx to versioned deps.
Diffstat (limited to 'textproc/xmlada')
-rw-r--r--textproc/xmlada/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/xmlada/Makefile b/textproc/xmlada/Makefile
index 6853d2a1941..3a54f467452 100644
--- a/textproc/xmlada/Makefile
+++ b/textproc/xmlada/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/09/02 13:20:11 adam Exp $
+# $NetBSD: Makefile,v 1.23 2019/10/21 22:11:33 adam Exp $
DISTNAME= xmlada-${XMLADA_VERS}
PKGREVISION= 5
@@ -40,7 +40,7 @@ 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
+DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx1
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 4.4.0.0
post-install:
@@ -53,5 +53,5 @@ post-install:
${DESTSTATIC}/libxmlada_schema.a \
${DESTSTATIC}/libxmlada_unicode.a
-.include "../../lang/python/application.mk"
+.include "../../lang/python/pyversion.mk"
.include "../../mk/bsd.pkg.mk"