diff options
author | pav <pav@FreeBSD.org> | 2007-09-27 13:35:54 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-09-27 13:35:54 +0800 |
commit | a84d885c71ad20da902415b58b429f927a829a12 (patch) | |
tree | 342500e83a849fbb7b4114690687fa5423ac6d3d /games/tyrquake | |
parent | 420e9d6db9ffbf6bab621f4850363354bfbc7f8f (diff) | |
download | freebsd-ports-gnome-a84d885c71ad20da902415b58b429f927a829a12.tar.gz freebsd-ports-gnome-a84d885c71ad20da902415b58b429f927a829a12.tar.zst freebsd-ports-gnome-a84d885c71ad20da902415b58b429f927a829a12.zip |
- Fix build now when USE_GL does not imply USE_XLIB
Diffstat (limited to 'games/tyrquake')
-rw-r--r-- | games/tyrquake/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/tyrquake/Makefile b/games/tyrquake/Makefile index 56491352d999..fb77f9c6e86d 100644 --- a/games/tyrquake/Makefile +++ b/games/tyrquake/Makefile @@ -15,6 +15,7 @@ COMMENT= Very conservative branch of the Quake source code USE_GL= yes USE_GMAKE= yes +USE_XORG= xxf86dga MAKE_ENV= QBASEDIR="${Q1DIR}" OPTIONS= OPTIMIZED_CFLAGS "Enable compilation optimizations" on \ |