diff options
Diffstat (limited to 'games/ggz-txt-client/Makefile')
-rw-r--r-- | games/ggz-txt-client/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/ggz-txt-client/Makefile b/games/ggz-txt-client/Makefile index 40392ef42188..08355772b677 100644 --- a/games/ggz-txt-client/Makefile +++ b/games/ggz-txt-client/Makefile @@ -7,15 +7,16 @@ # PORTNAME= ggz-txt-client -PORTVERSION= 0.0.11 +PORTVERSION= 0.0.12 CATEGORIES= games -MASTER_SITES= http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/ +MASTER_SITES= http://mirrors.dotsrc.org/ggzgamingzone/ggz/%SUBDIR%/ \ + http://ftp.ggzgamingzone.org/pub/ggz/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The GGZ Gaming Zone - Console (Text) Frontend -LIB_DEPENDS= ggzcore.7:${PORTSDIR}/games/ggz-client-libs +LIB_DEPENDS= ggzcore.8:${PORTSDIR}/games/ggz-client-libs USE_GNOME= gnometarget USE_GETOPT_LONG= yes |