[Midnightbsd-cvs] mports [22035] trunk/devel/py3-dbus/Makefile: pull in python 2&3

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Oct 30 13:18:10 EDT 2016


Revision: 22035
          http://svnweb.midnightbsd.org/mports/?rev=22035
Author:   laffer1
Date:     2016-10-30 13:18:10 -0400 (Sun, 30 Oct 2016)
Log Message:
-----------
pull in python 2&3

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

Modified: trunk/devel/py3-dbus/Makefile
===================================================================
--- trunk/devel/py3-dbus/Makefile	2016-10-30 17:11:59 UTC (rev 22034)
+++ trunk/devel/py3-dbus/Makefile	2016-10-30 17:18:10 UTC (rev 22035)
@@ -13,7 +13,8 @@
 PLIST=		${.CURDIR}/pkg-plist
 
 BUILD_DEPENDS=  dbus-glib>=0:${PORTSDIR}/devel/dbus-glib \
-		python2:${PORTSDIR}/lang/python2
+		python2:${PORTSDIR}/lang/python2 \
+		python2.7:${PORTSDIR}/lang/python27
 LIB_DEPENDS=    libdbus-1.so:${PORTSDIR}/devel/dbus
 
 .include "${MASTERDIR}/Makefile"



More information about the Midnightbsd-cvs mailing list