svn commit: r455536 - head/x11/wbarconf

Antoine Brodin antoine at FreeBSD.org
Mon Dec 4 20:25:19 UTC 2017


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


More information about the svn-ports-head mailing list