[Midnightbsd-cvs] mports [21809] trunk/devel/py3-gobject3/Makefile: force python 2.7

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 21 15:00:22 EDT 2016


Revision: 21809
          http://svnweb.midnightbsd.org/mports/?rev=21809
Author:   laffer1
Date:     2016-08-21 15:00:21 -0400 (Sun, 21 Aug 2016)
Log Message:
-----------
force python 2.7

Modified Paths:
--------------
    trunk/devel/py3-gobject3/Makefile

Modified: trunk/devel/py3-gobject3/Makefile
===================================================================
--- trunk/devel/py3-gobject3/Makefile	2016-08-21 18:55:21 UTC (rev 21808)
+++ trunk/devel/py3-gobject3/Makefile	2016-08-21 19:00:21 UTC (rev 21809)
@@ -8,6 +8,9 @@
 
 SLAVE_PORT=	python3
 
+# needed by glib20, an indirect sub depends.
+BUILD_DEPENDS+=	python2.7:${PORTSDIR}/lang/python27
+
 MASTERDIR=	${.CURDIR}/../../devel/pygobject3-common
 PLIST=		${.CURDIR}/pkg-plist
 



More information about the Midnightbsd-cvs mailing list