diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-09-30 13:48:47 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-09-30 13:48:47 +0000 |
commit | 0bcfc8d4da15a492e8ad2b376a018588b3ecf977 (patch) | |
tree | f19462f61f6cbd294c11dea332f0d90e5585a9c1 /games/freeciv/Makefile | |
parent | 47a10f735b10a14275aa0eff3e14cdc951a2c883 (diff) |
Notes
Diffstat (limited to 'games/freeciv/Makefile')
-rw-r--r-- | games/freeciv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index f07be87a32c8..21f5f1ee8678 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -6,13 +6,13 @@ # PORTNAME= freeciv -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.6 CATEGORIES= games MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ \ ftp://ftp.netc.pt/pub/freeciv/stable/ \ ftp://ftp.pvv.ntnu.no/pub/freeciv/stable/ -MAINTAINER?= rehsack@liwing.de +MAINTAINER?= vsevolod@FreeBSD.org COMMENT?= A civilisation clone for X11; multiplayer LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ |