svn commit: r455547 - head/deskutils/cycle

Antoine Brodin antoine at FreeBSD.org
Mon Dec 4 21:33:59 UTC 2017


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


More information about the svn-ports-head mailing list