diff options
author | arved <arved@FreeBSD.org> | 2004-11-11 04:38:49 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-11-11 04:38:49 +0800 |
commit | 5c3597f68c09b59bbd3fe5ed296009191548a42d (patch) | |
tree | f510e498c31cd28c161da9aed00ab1c10820815c /games/gtetrinet | |
parent | 788584600f790dddcdeabad62d654f1ab2053403 (diff) | |
download | freebsd-ports-gnome-5c3597f68c09b59bbd3fe5ed296009191548a42d.tar.gz freebsd-ports-gnome-5c3597f68c09b59bbd3fe5ed296009191548a42d.tar.zst freebsd-ports-gnome-5c3597f68c09b59bbd3fe5ed296009191548a42d.zip |
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 <flynn@energyhq.es.eu.org>
Diffstat (limited to 'games/gtetrinet')
-rw-r--r-- | games/gtetrinet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |