svn commit: r455829 - head/finance/mybudget

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 09:31:05 UTC 2017


Author: antoine
Date: Sat Dec  9 09:31:04 2017
New Revision: 455829
URL: https://svnweb.freebsd.org/changeset/ports/455829

Log:
  mybudget is not compatible with python3

Modified:
  head/finance/mybudget/Makefile

Modified: head/finance/mybudget/Makefile
==============================================================================
--- head/finance/mybudget/Makefile	Sat Dec  9 09:25:27 2017	(r455828)
+++ head/finance/mybudget/Makefile	Sat Dec  9 09:31:04 2017	(r455829)
@@ -18,7 +18,7 @@ NO_BUILD=	yes
 USE_GNOME=	pygnome2
 INSTALL_ICONS=	yes
 
-USES=		python shebangfix
+USES=		python:2.7 shebangfix
 SHEBANG_FILES=	myBudget.py
 
 OPTIONS_DEFINE=	DOCS


More information about the svn-ports-all mailing list