Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2020 04:59:15 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559208 - head/devel/py-pybind11
Message-ID:  <202012250459.0BP4xF0l007072@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Dec 25 04:59:15 2020
New Revision: 559208
URL: https://svnweb.freebsd.org/changeset/ports/559208

Log:
  devel/py-pybind11: Add USE_PYTHON=concurrent, because it installs bin/pybind11-config

Modified:
  head/devel/py-pybind11/Makefile

Modified: head/devel/py-pybind11/Makefile
==============================================================================
--- head/devel/py-pybind11/Makefile	Fri Dec 25 03:28:47 2020	(r559207)
+++ head/devel/py-pybind11/Makefile	Fri Dec 25 04:59:15 2020	(r559208)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pybind11
 DISTVERSION=	2.6.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT=	Seamless interoperability between C++11 and P
 LICENSE=	BSD3CLAUSE
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	distutils concurrent autoplist
 
 NO_ARCH=	yes
 



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