diff options
Diffstat (limited to 'games/jfsw/Makefile')
-rw-r--r-- | games/jfsw/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/jfsw/Makefile b/games/jfsw/Makefile index 5c08ed0fcf8f..a9be0bcca3d0 100644 --- a/games/jfsw/Makefile +++ b/games/jfsw/Makefile @@ -25,13 +25,12 @@ NO_CDROM= Must be distributed only through the Internet and free of charge ONLY_FOR_ARCHS= i386 ONLY_FOR_ARCHS_REASON= uses x86 assembly code -USE_ZIP= yes USE_GL= gl USE_GNOME= gtk20 USE_SDL= mixer sdl USE_GCC= any -USES= dos2unix gmake +USES= dos2unix gmake zip DOS2UNIX_REGEX= .*(\.(c|h)|Makefile)(\.deps)? NO_WRKSUBDIR= yes |