[Midnightbsd-cvs] mports [21806] trunk/graphics/py3-cairo/Makefile: force python 2.7 depends.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 21 14:36:53 EDT 2016


Revision: 21806
          http://svnweb.midnightbsd.org/mports/?rev=21806
Author:   laffer1
Date:     2016-08-21 14:36:52 -0400 (Sun, 21 Aug 2016)
Log Message:
-----------
force python 2.7 depends.  glib20 depends on this which in turn cairo needs as a run depends

Modified Paths:
--------------
    trunk/graphics/py3-cairo/Makefile

Modified: trunk/graphics/py3-cairo/Makefile
===================================================================
--- trunk/graphics/py3-cairo/Makefile	2016-08-21 18:33:04 UTC (rev 21805)
+++ trunk/graphics/py3-cairo/Makefile	2016-08-21 18:36:52 UTC (rev 21806)
@@ -13,6 +13,8 @@
 LICENSE=	gpl3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BUILD_DEPENDS+=	python2.7:${PORTSDIR}/lang/python27
+
 USES=		pkgconfig python:3 shebangfix tar:bzip2
 USE_GNOME=	cairo
 CPPFLAGS+=	-I${LOCALBASE}/include



More information about the Midnightbsd-cvs mailing list