svn commit: r443779 - head/devel/meson

Koop Mast kwm at FreeBSD.org
Sat Jun 17 15:03:31 UTC 2017


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 at 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>


More information about the svn-ports-all mailing list