svn commit: r548291 - head/devel/py-virtualenv

Antoine Brodin antoine at FreeBSD.org
Sat Sep 12 06:22:30 UTC 2020


Author: antoine
Date: Sat Sep 12 06:22:29 2020
New Revision: 548291
URL: https://svnweb.freebsd.org/changeset/ports/548291

Log:
  Fix build
  
  Reported by:	pkg-fallout

Modified:
  head/devel/py-virtualenv/Makefile

Modified: head/devel/py-virtualenv/Makefile
==============================================================================
--- head/devel/py-virtualenv/Makefile	Sat Sep 12 05:43:27 2020	(r548290)
+++ head/devel/py-virtualenv/Makefile	Sat Sep 12 06:22:29 2020	(r548291)
@@ -20,6 +20,7 @@ DOCS_BUILD_DEPENDS=	${PY_SPHINX} \
 .if ${FLAVOR:U:Mpy27}
 DOCS_BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pathlib2>0:devel/py-pathlib2@${PY_FLAVOR}
 .endif
+DOCS_BINARY_ALIAS=	towncrier=towncrier-${PYTHON_VER}
 DOCS_PORTDOCS=	*
 DOCS_VARS=	PYDISTUTILS_BUILD_TARGET="build build_sphinx"
 


More information about the svn-ports-head mailing list