diff options
Diffstat (limited to 'graphics/zathura/Makefile')
-rw-r--r-- | graphics/zathura/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile index 08f8f47393ce..dbac081d0e26 100644 --- a/graphics/zathura/Makefile +++ b/graphics/zathura/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libcairo.so:graphics/cairo \ libgirara-gtk3.so:x11-toolkits/girara \ libsynctex.so:devel/tex-synctex -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PY_SPHINX} \ ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} USES= compiler:c11 gettext-tools:build gnome meson ninja pkgconfig \ |