svn commit: r559208 - head/devel/py-pybind11
Yuri Victorovich
yuri at FreeBSD.org
Fri Dec 25 04:59:16 UTC 2020
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
More information about the svn-ports-head
mailing list