[Midnightbsd-cvs] mports [24515] trunk/devel/meson/Makefile: add a python run depends for ninja

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Oct 15 23:13:56 EDT 2018


Revision: 24515
          http://svnweb.midnightbsd.org/mports/?rev=24515
Author:   laffer1
Date:     2018-10-15 23:13:55 -0400 (Mon, 15 Oct 2018)
Log Message:
-----------
add a python run depends for ninja

Modified Paths:
--------------
    trunk/devel/meson/Makefile

Modified: trunk/devel/meson/Makefile
===================================================================
--- trunk/devel/meson/Makefile	2018-10-16 03:07:15 UTC (rev 24514)
+++ trunk/devel/meson/Makefile	2018-10-16 03:13:55 UTC (rev 24515)
@@ -11,7 +11,8 @@
 LICENSE=	apache2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	ninja:devel/ninja
+RUN_DEPENDS=	ninja:devel/ninja \
+		python2.7:lang/python27
 
 USES=		python:3.5+
 USE_PYTHON=	autoplist distutils



More information about the Midnightbsd-cvs mailing list