Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Dec 2017 21:33:58 +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: r455547 - head/deskutils/cycle
Message-ID:  <201712042133.vB4LXwc8014003@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Dec  4 21:33:58 2017
New Revision: 455547
URL: https://svnweb.freebsd.org/changeset/ports/455547

Log:
  cycle fails to run with python3

Modified:
  head/deskutils/cycle/Makefile

Modified: head/deskutils/cycle/Makefile
==============================================================================
--- head/deskutils/cycle/Makefile	Mon Dec  4 21:32:01 2017	(r455546)
+++ head/deskutils/cycle/Makefile	Mon Dec  4 21:33:58 2017	(r455547)
@@ -12,7 +12,7 @@ COMMENT=	Calendar program for women
 
 LICENSE=	GPLv2+
 
-USES=		python:run shebangfix tar:bzip2
+USES=		python:2.7,run shebangfix tar:bzip2
 SHEBANG_FILES=	cycle.py
 USE_WX=		3.0+
 WX_COMPS=	python



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