diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-04-25 11:11:13 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-04-25 11:11:13 +0000 |
commit | f6257de2c32fcd99df23c68a5b47da9da93207f2 (patch) | |
tree | d68d43274dbdc725d79400c1e47c05eaeaf7c3a0 /games/warmux/Makefile | |
parent | 9fa59137988efd04939a86183c0369d4746b0716 (diff) |
Notes
Diffstat (limited to 'games/warmux/Makefile')
-rw-r--r-- | games/warmux/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/warmux/Makefile b/games/warmux/Makefile index a0aa8ed4cffb..740bf00cae45 100644 --- a/games/warmux/Makefile +++ b/games/warmux/Makefile @@ -6,8 +6,7 @@ # PORTNAME= wormux -DISTVERSION= 0.9.1 -PORTREVISION= 2 +DISTVERSION= 0.9.2.1 CATEGORIES= games MASTER_SITES= http://download.gna.org/wormux/ \ http://download.gna.org/wormux/archive/ @@ -22,6 +21,8 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= sdl image mixer ttf gfx net +MAKE_JOBS_SAFE= yes +USE_DOS2UNIX= fixed_class.h MANCOMPRESSED= no MAN6= wormux.6 |