svn commit: r480229 - head/devel/py-pybind11

Yuri Victorovich yuri at FreeBSD.org
Fri Sep 21 06:59:42 UTC 2018


Author: yuri
Date: Fri Sep 21 06:59:41 2018
New Revision: 480229
URL: https://svnweb.freebsd.org/changeset/ports/480229

Log:
  devel/py-pybind11: Supports python3

Modified:
  head/devel/py-pybind11/Makefile

Modified: head/devel/py-pybind11/Makefile
==============================================================================
--- head/devel/py-pybind11/Makefile	Fri Sep 21 06:30:15 2018	(r480228)
+++ head/devel/py-pybind11/Makefile	Fri Sep 21 06:59:41 2018	(r480229)
@@ -13,7 +13,7 @@ COMMENT=	Seamless interoperability between C++11 and P
 
 LICENSE=	BSD3CLAUSE
 
-USES=		python:2.7
+USES=		python
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 


More information about the svn-ports-head mailing list