Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Nov 2020 07:44:04 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555452 - head/x11-wm/phoc
Message-ID:  <202011160744.0AG7i4tK039788@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Nov 16 07:44:04 2020
New Revision: 555452
URL: https://svnweb.freebsd.org/changeset/ports/555452

Log:
  x11-wm/phoc: post_install.py is python2-compatible

Modified:
  head/x11-wm/phoc/Makefile   (contents, props changed)

Modified: head/x11-wm/phoc/Makefile
==============================================================================
--- head/x11-wm/phoc/Makefile	Mon Nov 16 06:38:32 2020	(r555451)
+++ head/x11-wm/phoc/Makefile	Mon Nov 16 07:44:04 2020	(r555452)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libwayland-server.so:graphics/wayland \
 		libxkbcommon.so:x11/libxkbcommon
 RUN_DEPENDS=	${LOCALBASE}/share/glib-2.0/schemas/org.gnome.mutter.gschema.xml:x11-wm/mutter
 
-USES=		compiler:c11 gl gnome meson pkgconfig python:3.5+,build shebangfix xorg
+USES=		compiler:c11 gl gnome meson pkgconfig python:build shebangfix xorg
 USE_GITLAB=	yes
 USE_GL=		glesv2
 USE_GNOME=	gnomedesktop3



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011160744.0AG7i4tK039788>