aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-12-09 17:55:06 +0800
committerantoine <antoine@FreeBSD.org>2017-12-09 17:55:06 +0800
commitf99a70709de2006f829ac4d5c833798ab45b65df (patch)
treefc529e133426220ba829dca1f62afed25951ac37 /misc
parentdf222634c98dd4610f51f83a7d6aa46b405dcfd2 (diff)
downloadfreebsd-ports-gnome-f99a70709de2006f829ac4d5c833798ab45b65df.tar.gz
freebsd-ports-gnome-f99a70709de2006f829ac4d5c833798ab45b65df.tar.zst
freebsd-ports-gnome-f99a70709de2006f829ac4d5c833798ab45b65df.zip
metromap is not compatible with python3
Diffstat (limited to 'misc')
-rw-r--r--misc/metromap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/metromap/Makefile b/misc/metromap/Makefile
index 348c7005c6d5..d38a2cc34486 100644
--- a/misc/metromap/Makefile
+++ b/misc/metromap/Makefile
@@ -14,7 +14,7 @@ COMMENT= Simple application for finding paths in different subways maps
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