svn commit: r480429 - head/devel/py-python-gilt

Matthew Seaman matthew at FreeBSD.org
Sat Sep 22 19:23:56 UTC 2018


Author: matthew
Date: Sat Sep 22 19:23:54 2018
New Revision: 480429
URL: https://svnweb.freebsd.org/changeset/ports/480429

Log:
  Fix the build by adding devel/py-pbr as a BUILD_DEPENDS
  
  Reported by:	pkg-fallout

Modified:
  head/devel/py-python-gilt/Makefile

Modified: head/devel/py-python-gilt/Makefile
==============================================================================
--- head/devel/py-python-gilt/Makefile	Sat Sep 22 18:50:02 2018	(r480428)
+++ head/devel/py-python-gilt/Makefile	Sat Sep 22 19:23:54 2018	(r480429)
@@ -12,6 +12,7 @@ COMMENT=	GIT layering tool
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}fasteners>0:devel/py-fasteners@${PY_FLAVOR} \


More information about the svn-ports-all mailing list