diff options
Diffstat (limited to 'games/dsnake/Makefile')
-rw-r--r-- | games/dsnake/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/dsnake/Makefile b/games/dsnake/Makefile index 14d1c58..73ad914 100644 --- a/games/dsnake/Makefile +++ b/games/dsnake/Makefile @@ -14,8 +14,9 @@ COMMENT= Deluxe Snake - snake clone with frogs and mushrooms RESTRICTED= Licence forbids any repacking and reselling ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX= yes -USE_LINUX_APPS= allegro xorglibs +STRIP= +USES= linux:f10 +USE_LINUX= allegro xorglibs WRKSRC= ${WRKDIR}/DeluxeSnake CONFIG_FILES= config.dat hiscores.dat stats.dat |