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
commit448b9ee60cc519f20f236107d474ec76c1ed554f (patch)
tree49d00849501b2815f26d2dcaf61b17711aa5fdcc /print
parent60d227535ec69ebd19f66fabdf0a440ae385352e (diff)
downloadpkgsrc-448b9ee60cc519f20f236107d474ec76c1ed554f.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"