Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jun 2017 17:41:19 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443023 - head/devel/boost-python3-libs
Message-ID:  <201706091741.v59HfJdD096645@repo.freebsd.org>

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



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