svn commit: r468295 - head/devel/meson

Bryan Drewery bdrewery at FreeBSD.org
Wed Apr 25 20:17:22 UTC 2018


Author: bdrewery
Date: Wed Apr 25 20:17:21 2018
New Revision: 468295
URL: https://svnweb.freebsd.org/changeset/ports/468295

Log:
  The newer meson requires 3.5 (setup.py)

Modified:
  head/devel/meson/Makefile

Modified: head/devel/meson/Makefile
==============================================================================
--- head/devel/meson/Makefile	Wed Apr 25 20:04:54 2018	(r468294)
+++ head/devel/meson/Makefile	Wed Apr 25 20:17:21 2018	(r468295)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	ninja:devel/ninja
 
-USES=		python:3.4+
+USES=		python:3.5+
 USE_PYTHON=	autoplist distutils noflavors
 NO_ARCH=	yes
 


More information about the svn-ports-head mailing list