summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-10-21 21:55:03 +0000
committeradam <adam@pkgsrc.org>2019-10-21 21:55:03 +0000
commitded9b4344e926a889c2d99c58f8e96f3359b4672 (patch)
tree08709270d5c85d2c4c1f71d9fb4d42ce5ab99c05 /print
parent3880dc1dc8eff8c44466718d7f392786b904f851 (diff)
downloadpkgsrc-ded9b4344e926a889c2d99c58f8e96f3359b4672.tar.gz
Switch sphinx to versioned deps.
Diffstat (limited to 'print')
-rw-r--r--print/zathura/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/print/zathura/Makefile b/print/zathura/Makefile
index ed4e11192ac..473e6f520a8 100644
--- a/print/zathura/Makefile
+++ b/print/zathura/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2019/10/07 09:28:13 prlw1 Exp $
+# $NetBSD: Makefile,v 1.30 2019/10/21 21:55:03 adam Exp $
DISTNAME= zathura-0.4.3
PKGREVISION= 2
@@ -15,7 +15,8 @@ USE_TOOLS+= pkg-config
# XXX: msgfmt needs to support `--xml', always use the one from pkgsrc
TOOL_DEPENDS+= gettext-tools>=0.15:../../devel/gettext-tools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+
+PYTHON_VERSIONED_DEPENDENCIES= sphinx:tool
# Avoid possible dependency on librsvg
MESON_ARGS+= -D convert-icon=disabled
@@ -27,6 +28,7 @@ CFLAGS.SunOS+= -D__EXTENSIONS__
.include "../../graphics/cairo/buildlink3.mk"
.include "../../graphics/girara/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../lang/python/versioned_dependencies.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../sysutils/file/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"