diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 08:55:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 08:55:40 +0000 |
commit | 2a9763f12a2973ba3a8c14259329bc467c86224a (patch) | |
tree | 8bfa861c7528e65025c0b38f5e2d2e1774daf187 /games/pongix | |
parent | 2e38233d08d594d2f5ed52d281d5e2def1c7a210 (diff) |
Notes
Diffstat (limited to 'games/pongix')
-rw-r--r-- | games/pongix/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/pongix/Makefile b/games/pongix/Makefile index 5a2a7b005fad..9f95058b003a 100644 --- a/games/pongix/Makefile +++ b/games/pongix/Makefile @@ -7,14 +7,13 @@ PORTNAME= pongix PORTVERSION= 0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://www.losersjuegos.com.ar/juegos/pongix/descargas/ MAINTAINER= acm@FreeBSD.org COMMENT= Free pong-like game -USE_X_PREFIX= yes USE_SDL= sdl image net USE_GMAKE= yes GNU_CONFIGURE= yes |