diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-19 11:10:43 +0000 |
commit | f7455240e3b2acb3cd4804dac9a3afe2582a0a96 (patch) | |
tree | 94eaef37ab07d82e499ae4cafabe202ea2ed0525 /games/pytowerdefense | |
parent | 6db4531ff6ac4b156bdc1499488964f1c2551e7f (diff) |
Notes
Diffstat (limited to 'games/pytowerdefense')
-rw-r--r-- | games/pytowerdefense/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pytowerdefense/Makefile b/games/pytowerdefense/Makefile index 4e72902ea096..7984b59778e0 100644 --- a/games/pytowerdefense/Makefile +++ b/games/pytowerdefense/Makefile @@ -3,7 +3,7 @@ PORTNAME= pytowerdefense PORTVERSION= 0.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games python MASTER_SITES= SF/${PORTNAME}/PyTowerDefense0.5/Source%20%28Python%202.5%20or%202.6%20and%20Pygame%29/ DISTNAME= ${PORTNAME}${DISTVERSION} @@ -16,7 +16,7 @@ LICENSE= GPLv3 RUN_DEPENDS= ${PYGAME} -USES= python:2 shebangfix zip +USES= python:2.7 shebangfix zip SHEBANG_FILES= pyconsole.py INSTALLS_ICONS= yes NO_ARCH= yes |