Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jun 2017 15:03:29 +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: r443779 - head/devel/meson
Message-ID:  <201706171503.v5HF3T3N010557@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sat Jun 17 15:03:29 2017
New Revision: 443779
URL: https://svnweb.freebsd.org/changeset/ports/443779

Log:
  Meson need python3.4 or higher, due to the use of pathlib.
  
  Reported by:	Christian Jachmann <Jachmann@unitix.org>

Modified:
  head/devel/meson/Makefile

Modified: head/devel/meson/Makefile
==============================================================================
--- head/devel/meson/Makefile	Sat Jun 17 14:49:28 2017	(r443778)
+++ head/devel/meson/Makefile	Sat Jun 17 15:03:29 2017	(r443779)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	ninja:devel/ninja
 
-USES=		python:3
+USES=		python:3.4+
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>



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