diff options
author | makc <makc@FreeBSD.org> | 2010-04-25 19:11:13 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-04-25 19:11:13 +0800 |
commit | 11d44c3525ca1212e2710720a8d9b77560f55fed (patch) | |
tree | 5354ab763563a2942c9b48c848cca4dbc753cc9f /games/warmux/Makefile | |
parent | 1ac69e405a3176eb856bedf2b15cfc3399669dc8 (diff) | |
download | freebsd-ports-gnome-11d44c3525ca1212e2710720a8d9b77560f55fed.tar.gz freebsd-ports-gnome-11d44c3525ca1212e2710720a8d9b77560f55fed.tar.zst freebsd-ports-gnome-11d44c3525ca1212e2710720a8d9b77560f55fed.zip |
Update to 0.9.2.1
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 |