svn commit: r543468 - head/textproc/py-translationstring

Antoine Brodin antoine at FreeBSD.org
Sun Jul 26 10:42:25 UTC 2020


Author: antoine
Date: Sun Jul 26 10:42:24 2020
New Revision: 543468
URL: https://svnweb.freebsd.org/changeset/ports/543468

Log:
  Remove wrong dependencies
  
  Reported by:	pkg-fallout

Modified:
  head/textproc/py-translationstring/Makefile

Modified: head/textproc/py-translationstring/Makefile
==============================================================================
--- head/textproc/py-translationstring/Makefile	Sun Jul 26 10:36:33 2020	(r543467)
+++ head/textproc/py-translationstring/Makefile	Sun Jul 26 10:42:24 2020	(r543468)
@@ -22,11 +22,6 @@ USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes
 
-OPTIONS_DEFINE=	DOCS
-DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pylons-sphinx-themes>=0:textproc/py-pylons-sphinx-themes@${PY_FLAVOR} \
-			${PY_SPHINX} \
-			rst2html:textproc/py-docutils@${PY_FLAVOR}
-
 do-test:
 	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py test
 


More information about the svn-ports-all mailing list