diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-09 17:55:06 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-09 17:55:06 +0800 |
commit | f99a70709de2006f829ac4d5c833798ab45b65df (patch) | |
tree | fc529e133426220ba829dca1f62afed25951ac37 /misc | |
parent | df222634c98dd4610f51f83a7d6aa46b405dcfd2 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |