diff --git a/games/barbie_seahorse_adventures/Makefile b/games/barbie_seahorse_adventures/Makefile index 1614ac24a4a7..85f51908f2df 100644 --- a/games/barbie_seahorse_adventures/Makefile +++ b/games/barbie_seahorse_adventures/Makefile @@ -3,7 +3,7 @@ PORTNAME= barbie_seahorse_adventures PORTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games python MASTER_SITES= http://www.imitationpickles.org/barbie/files/ DISTNAME= barbie-${DISTVERSION} @@ -19,9 +19,11 @@ RUN_DEPENDS= ${PYGAME} WRKSRC= ${WRKDIR}/barbie-${DISTVERSION} -USES= dos2unix python:2 tar:tgz +USES= dos2unix python:2 shebangfix tar:tgz +SHEBANG_FILES= run_game.py create-upload.py DOS2UNIX_GLOB= *.py NO_BUILD= yes +NO_ARCH= yes PORTDOCS= CHANGES.txt LEVELS.txt NOTES.txt README.txt OPTIONS_DEFINE= DOCS