svn commit: r561582 - head/audio/musicpc

Danilo G. Baio dbaio at FreeBSD.org
Thu Jan 14 18:35:27 UTC 2021


Author: dbaio
Date: Thu Jan 14 18:35:26 2021
New Revision: 561582
URL: https://svnweb.freebsd.org/changeset/ports/561582

Log:
  audio/musicpc: Remove PY_SPHINX
  
  Approved by:	portmgr blanket

Modified:
  head/audio/musicpc/Makefile

Modified: head/audio/musicpc/Makefile
==============================================================================
--- head/audio/musicpc/Makefile	Thu Jan 14 18:32:53 2021	(r561581)
+++ head/audio/musicpc/Makefile	Thu Jan 14 18:35:26 2021	(r561582)
@@ -24,7 +24,7 @@ OPTIONS_DEFINE=	DOCS ICONV
 OPTIONS_DEFAULT=	DOCS ICONV
 
 DOCS_USES=	python:env
-DOCS_BUILD_DEPENDS=	${PY_SPHINX}
+DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR}
 DOCS_MESON_ENABLED=	documentation
 
 ICONV_USES=	iconv


More information about the svn-ports-all mailing list