svn commit: r455834 - head/misc/metromap

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 09:55:07 UTC 2017


Author: antoine
Date: Sat Dec  9 09:55:06 2017
New Revision: 455834
URL: https://svnweb.freebsd.org/changeset/ports/455834

Log:
  metromap is not compatible with python3

Modified:
  head/misc/metromap/Makefile

Modified: head/misc/metromap/Makefile
==============================================================================
--- head/misc/metromap/Makefile	Sat Dec  9 09:52:19 2017	(r455833)
+++ head/misc/metromap/Makefile	Sat Dec  9 09:55:06 2017	(r455834)
@@ -14,7 +14,7 @@ COMMENT=	Simple application for finding paths in diffe
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/doc/COPYING
 
-USES=		gettext gmake python shebangfix tar:bzip2
+USES=		gettext gmake python:2.7 shebangfix tar:bzip2
 SHEBANG_FILES=	metromap.py modules/*.py
 USE_GNOME=	pygtk2
 NO_ARCH=	yes


More information about the svn-ports-head mailing list