diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-12-17 02:13:13 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-12-17 02:13:13 +0800 |
commit | e86050bc3f288c49068173bdcaefcee703944ccc (patch) | |
tree | 3bf37a94851095cb073097ebffe9979a43fff327 /games/blobandconquer/Makefile | |
parent | 4d595ac259a0786ff97e238f026291cbc508ab8e (diff) | |
download | freebsd-ports-gnome-e86050bc3f288c49068173bdcaefcee703944ccc.tar.gz freebsd-ports-gnome-e86050bc3f288c49068173bdcaefcee703944ccc.tar.zst freebsd-ports-gnome-e86050bc3f288c49068173bdcaefcee703944ccc.zip |
- Update to version 0.7.2.
- Fix fetching.
PR: ports/106482
Submitted by: alepulver (myself)
Approved by: Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
Diffstat (limited to 'games/blobandconquer/Makefile')
-rw-r--r-- | games/blobandconquer/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/blobandconquer/Makefile b/games/blobandconquer/Makefile index 762a095d3ee1..91b724a41261 100644 --- a/games/blobandconquer/Makefile +++ b/games/blobandconquer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= blobandconquer -DISTVERSION= 0.6-1 +DISTVERSION= 0.7-2 CATEGORIES= games MASTER_SITES= http://www.parallelrealities.co.uk/download.php?type=zip&file= DISTNAME= blobAndConquer-${DISTVERSION} @@ -14,11 +14,8 @@ DISTNAME= blobAndConquer-${DISTVERSION} MAINTAINER= amdmi3@mail.ru COMMENT= A somewhat violent 3D action game -BROKEN= Checksum mismatch - FETCH_BEFORE_ARGS+= -o ${DISTNAME}${EXTRACT_SUFX} -USE_X_PREFIX= yes USE_SDL= sdl mixer image ttf USE_GL= yes USE_GMAKE= yes |