diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-03-30 07:09:35 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-03-30 07:09:35 +0800 |
commit | 7381b7b08d01a6404d1cc2c11aef69e25056635d (patch) | |
tree | 2d11004be401c6fd2f99f634759c12ba3f0c2efe /games/iourbanterror | |
parent | 328ea91f0b9df23510e60513e0da233d867e2047 (diff) | |
download | freebsd-ports-gnome-7381b7b08d01a6404d1cc2c11aef69e25056635d.tar.gz freebsd-ports-gnome-7381b7b08d01a6404d1cc2c11aef69e25056635d.tar.zst freebsd-ports-gnome-7381b7b08d01a6404d1cc2c11aef69e25056635d.zip |
- USE_XLIB -> USE_XORG clean up.
Reported by: miwi
Diffstat (limited to 'games/iourbanterror')
-rw-r--r-- | games/iourbanterror/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/iourbanterror/Makefile b/games/iourbanterror/Makefile index b30fee7cad74..3e03bf33069e 100644 --- a/games/iourbanterror/Makefile +++ b/games/iourbanterror/Makefile @@ -94,7 +94,7 @@ USE_SDL= sdl MAKE_ENV+= USE_SDL_VIDEO=1 . else USE_GL= yes -USE_XLIB= yes +USE_XORG= xxf86dga . endif # Vorbis . if defined(WITH_VORBIS) |