svn commit: r561634 - head/graphics/zathura

Danilo G. Baio dbaio at FreeBSD.org
Fri Jan 15 11:47:35 UTC 2021


Author: dbaio
Date: Fri Jan 15 11:47:34 2021
New Revision: 561634
URL: https://svnweb.freebsd.org/changeset/ports/561634

Log:
  graphics/zathura: Remove Python 2.7 support and PY_SPHINX
  
  Approved by:	 portmgr blanket

Modified:
  head/graphics/zathura/Makefile

Modified: head/graphics/zathura/Makefile
==============================================================================
--- head/graphics/zathura/Makefile	Fri Jan 15 11:16:10 2021	(r561633)
+++ head/graphics/zathura/Makefile	Fri Jan 15 11:47:34 2021	(r561634)
@@ -15,11 +15,11 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libcairo.so:graphics/cairo \
 		libgirara-gtk3.so:x11-toolkits/girara \
 		libsynctex.so:devel/tex-synctex
-BUILD_DEPENDS=	${PY_SPHINX} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=1.2.2,1:textproc/py-sphinx@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR}
 
 USES=		compiler:c11 gettext-tools:build gnome meson ninja pkgconfig \
-		python
+		python:3.6+
 USE_GNOME=	glib20 gtk30 gdkpixbuf2
 INSTALLS_ICONS=	yes
 


More information about the svn-ports-head mailing list