diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /games/tank | |
parent | Add system-config-printer (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209636
Diffstat (limited to 'games/tank')
-rw-r--r-- | games/tank/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/tank/Makefile b/games/tank/Makefile index 9498213cc67c..1ec3d66ccca7 100644 --- a/games/tank/Makefile +++ b/games/tank/Makefile @@ -7,7 +7,7 @@ PORTNAME= tank PORTVERSION= 0.4a -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://step.polymtl.ca/~coyote/tank/ EXTRACT_SUFX= -src.tar.gz @@ -17,7 +17,6 @@ COMMENT= A 3-D network tank game that uses OpenGL/Mesa BUILD_DEPENDS= ${X11BASE}/lib/libaux.a:${PORTSDIR}/graphics/libaux -USE_X_PREFIX= yes USE_GMAKE= yes MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}" ALL_TARGET= linux-mesa-elf |