Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2018 06:59:41 +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: r480229 - head/devel/py-pybind11
Message-ID:  <201809210659.w8L6xf70052390@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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