svn commit: r443023 - head/devel/boost-python3-libs

Koop Mast kwm at FreeBSD.org
Fri Jun 9 17:41:20 UTC 2017


Author: kwm
Date: Fri Jun  9 17:41:19 2017
New Revision: 443023
URL: https://svnweb.freebsd.org/changeset/ports/443023

Log:
  Don't pin on one python3 version. Let the default selection decide.
  
  Approved by:	office@(bapt@), just-fix-it

Modified:
  head/devel/boost-python3-libs/Makefile

Modified: head/devel/boost-python3-libs/Makefile
==============================================================================
--- head/devel/boost-python3-libs/Makefile	Fri Jun  9 17:14:20 2017	(r443022)
+++ head/devel/boost-python3-libs/Makefile	Fri Jun  9 17:41:19 2017	(r443023)
@@ -3,7 +3,7 @@
 PORTNAME=	boost-python3-libs
 COMMENT=	Framework for interfacing Python 3 and C++
 
-USES=		python:3.3
+USES=		python:3.3+
 
 MASTERDIR=	${.CURDIR}/../../devel/boost-python-libs
 


More information about the svn-ports-all mailing list