From e86050bc3f288c49068173bdcaefcee703944ccc Mon Sep 17 00:00:00 2001
From: alepulver <alepulver@FreeBSD.org>
Date: Sat, 16 Dec 2006 18:13:13 +0000
Subject: - Update to version 0.7.2. - Fix fetching.

PR:		ports/106482
Submitted by:	alepulver (myself)
Approved by:	Dmitry Marakasov <amdmi3@mail.ru> (maintainer)
---
 games/blobandconquer/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

(limited to 'games/blobandconquer/Makefile')

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
-- 
cgit