Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2020 06:22:29 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548291 - head/devel/py-virtualenv
Message-ID:  <202009120622.08C6MThO089781@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009120622.08C6MThO089781>