Date: Sat, 9 Dec 2017 09:55:06 +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: r455834 - head/misc/metromap Message-ID: <201712090955.vB99t6AS049337@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712090955.vB99t6AS049337>