[Midnightbsd-cvs] mports [21092] trunk/x11/gnome-desktop/Makefile: this actually needs python 2 & 3 installed

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 11 07:53:47 EST 2016


Revision: 21092
          http://svnweb.midnightbsd.org/mports/?rev=21092
Author:   laffer1
Date:     2016-03-11 07:52:46 -0500 (Fri, 11 Mar 2016)
Log Message:
-----------
this actually needs python 2 & 3 installed

Modified Paths:
--------------
    trunk/x11/gnome-desktop/Makefile

Modified: trunk/x11/gnome-desktop/Makefile
===================================================================
--- trunk/x11/gnome-desktop/Makefile	2016-03-11 11:00:39 UTC (rev 21091)
+++ trunk/x11/gnome-desktop/Makefile	2016-03-11 12:52:46 UTC (rev 21092)
@@ -23,11 +23,13 @@
 		gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
 		xkeyboard-config>=0:${PORTSDIR}/x11/xkeyboard-config \
 		libxkbfile>=0:${PORTSDIR}/x11/libxkbfile \
-		itstool:${PORTSDIR}/textproc/itstool
+		itstool:${PORTSDIR}/textproc/itstool \
+		python2:${PORTSDIR}/lang/python2
 RUN_DEPENDS=	iso-codes>=0:${PORTSDIR}/misc/iso-codes \
 		gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
 		xkeyboard-config>=0:${PORTSDIR}/x11/xkeyboard-config \
-		libxkbfile>=0:${PORTSDIR}/x11/libxkbfile
+		libxkbfile>=0:${PORTSDIR}/x11/libxkbfile \
+		python2:${PORTSDIR}/lang/python2
 
 USES+=		bison gettext gmake libtool pathfix pkgconfig python:3
 USE_GNOME=	gtk30 intlhack introspection:build referencehack



More information about the Midnightbsd-cvs mailing list