diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-23 23:03:18 +0000 |
commit | 2dbc59cdd62517ce3d991f5a9e4802218747c40a (patch) | |
tree | 5e4648487c14dbebc2ab89f7fa36a3c6b8934959 /games/openarena | |
parent | 36fbb34bc519394874f58b5d9416ca6148c891ed (diff) | |
download | FreeBSD-ports-2dbc59cdd62517ce3d991f5a9e4802218747c40a.zip FreeBSD-ports-2dbc59cdd62517ce3d991f5a9e4802218747c40a.tar.gz |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Diffstat (limited to 'games/openarena')
-rw-r--r-- | games/openarena/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/openarena/Makefile b/games/openarena/Makefile index 68202b8..d654159 100644 --- a/games/openarena/Makefile +++ b/games/openarena/Makefile @@ -7,7 +7,7 @@ PORTNAME= openarena PORTVERSION= 0.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://openarena.ws/rel/070/:src \ http://download.tuxfamily.net/cooker/openarena/rel070/:data \ @@ -82,7 +82,7 @@ USE_SDL= sdl MAKE_ENV+= USE_SDL_VIDEO=1 . else USE_GL= yes -USE_XLIB= yes +USE_XORG= x11 xxf86dga . endif .endif |