diff options
Diffstat (limited to 'games/xonotic/Makefile')
-rw-r--r-- | games/xonotic/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xonotic/Makefile b/games/xonotic/Makefile index e6566628794c..75046066799f 100644 --- a/games/xonotic/Makefile +++ b/games/xonotic/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= xonotic -PORTVERSION= 0.6.0 -PORTREVISION= 2 +PORTVERSION= 0.7.0 CATEGORIES= games -MASTER_SITES= http://hagger.rbi.informatik.uni-frankfurt.de/xonotic/ \ - http://dl.xonotic.org/ +MASTER_SITES= http://nl.dl.xonotic.org/ \ + http://mirror.bitmissile.com/xonotic/releases/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= A fast-paced, chaotic, and intense multiplayer first person shooter @@ -28,6 +27,7 @@ MAKE_ARGS= DP_FS_BASEDIR="${DATADIR}" \ MAKE_JOBS_UNSAFE=yes ALL_TARGET= # BINARIES= # +USE_GCC= 4.6+ OPTIONS_DEFAULT=CLIENT DEDICATED OPTIONS_MULTI= COMPONENTS |