Date: Mon, 4 Dec 2017 20:25:18 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455536 - head/x11/wbarconf Message-ID: <201712042025.vB4KPIX6084148@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Dec 4 20:25:18 2017 New Revision: 455536 URL: https://svnweb.freebsd.org/changeset/ports/455536 Log: wbarconf fails to run with python3 Modified: head/x11/wbarconf/Makefile Modified: head/x11/wbarconf/Makefile ============================================================================== --- head/x11/wbarconf/Makefile Mon Dec 4 20:13:39 2017 (r455535) +++ head/x11/wbarconf/Makefile Mon Dec 4 20:25:18 2017 (r455536) @@ -15,7 +15,7 @@ LICENSE= GPLv3 RUN_DEPENDS= wbar:x11/wbar USE_GNOME= pygobject pygtk2 gtk20 -USES= gettext desktop-file-utils python shebangfix +USES= gettext desktop-file-utils python:2.7 shebangfix SHEBANG_FILES= ${WRKSRC}/wbarconf python_OLD_CMD= "/usr/bin/env python2" NO_BUILD= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712042025.vB4KPIX6084148>