svn commit: r474394 - head/devel/py-apipkg

Antoine Brodin antoine at FreeBSD.org
Tue Jul 10 17:49:21 UTC 2018


Author: antoine
Date: Tue Jul 10 17:49:20 2018
New Revision: 474394
URL: https://svnweb.freebsd.org/changeset/ports/474394

Log:
  Fix BUILD_DEPENDS
  
  Reported by:	pkg-fallout

Modified:
  head/devel/py-apipkg/Makefile

Modified: head/devel/py-apipkg/Makefile
==============================================================================
--- head/devel/py-apipkg/Makefile	Tue Jul 10 17:31:48 2018	(r474393)
+++ head/devel/py-apipkg/Makefile	Tue Jul 10 17:49:20 2018	(r474394)
@@ -13,7 +13,7 @@ COMMENT=	Namespace control and lazy-import mechanism
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
 
 NO_ARCH=	yes
 USES=		python


More information about the svn-ports-all mailing list