diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-09 18:58:48 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-09 18:58:48 +0000 |
commit | fbf1c06896dc654b9fde1324a4ddd026499aa9b3 (patch) | |
tree | 46870cb6f2c73088f35c2fea4a412f3d2137868c /games/pytowerdefense | |
parent | 67e73563d8a2cf9cb5283c56fb230a87cca31b39 (diff) |
Notes
Diffstat (limited to 'games/pytowerdefense')
-rw-r--r-- | games/pytowerdefense/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/pytowerdefense/Makefile b/games/pytowerdefense/Makefile index c0ca16729a23..4e72902ea096 100644 --- a/games/pytowerdefense/Makefile +++ b/games/pytowerdefense/Makefile @@ -3,7 +3,7 @@ PORTNAME= pytowerdefense PORTVERSION= 0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games python MASTER_SITES= SF/${PORTNAME}/PyTowerDefense0.5/Source%20%28Python%202.5%20or%202.6%20and%20Pygame%29/ DISTNAME= ${PORTNAME}${DISTVERSION} @@ -16,8 +16,10 @@ LICENSE= GPLv3 RUN_DEPENDS= ${PYGAME} -USES= python:2 zip +USES= python:2 shebangfix zip +SHEBANG_FILES= pyconsole.py INSTALLS_ICONS= yes +NO_ARCH= yes PORTDOCS= README modding.txt OPTIONS_DEFINE= DOCS |