diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-12-15 14:31:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-12-15 14:31:49 +0000 |
commit | 91f1f70111bfc9c62101bc23a7080f2d6cf8c453 (patch) | |
tree | f76c56cb9c82b2919e46f51c22b7b18e3e1c4d3a /games/lightyears | |
parent | 316659de853aabbd9a081ea501255e57fa9edd44 (diff) | |
download | ports-91f1f70111bfc9c62101bc23a7080f2d6cf8c453.tar.gz ports-91f1f70111bfc9c62101bc23a7080f2d6cf8c453.zip |
Notes
Diffstat (limited to 'games/lightyears')
-rw-r--r-- | games/lightyears/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/lightyears/Makefile b/games/lightyears/Makefile index e9c3ce855c2c..9f1bf7457f13 100644 --- a/games/lightyears/Makefile +++ b/games/lightyears/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYGAME} -USES= python:2 shebangfix tar:bz2 +USES= python:2.7 shebangfix tar:bz2 SHEBANG_FILES= ${PORTNAME} NO_ARCH= yes |