From 5c3597f68c09b59bbd3fe5ed296009191548a42d Mon Sep 17 00:00:00 2001 From: arved Date: Wed, 10 Nov 2004 20:38:49 +0000 Subject: tetrinet.org has changed the protocol slightly, making GTetrinet unusable with the most popular tetrinet server out there. Loren Abrams has created a patch which adds minimal support for the protocol additions. PR: 73787 Submitted by: Miguel Mendez --- games/gtetrinet/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games/gtetrinet') diff --git a/games/gtetrinet/Makefile b/games/gtetrinet/Makefile index 8b9fe17427f1..e6cb7125da55 100644 --- a/games/gtetrinet/Makefile +++ b/games/gtetrinet/Makefile @@ -6,7 +6,7 @@ PORTNAME= gtetrinet PORTVERSION= 0.7.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -15,6 +15,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= flynn@energyhq.es.eu.org COMMENT= A version of the popular TetriNET multiplayer tetris clone +PATCH_STRIP= -p1 USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= esound gnomehack gnomeprefix gnometarget libgnomeui -- cgit