diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-27 11:20:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-27 11:20:17 +0000 |
commit | 6c0425c0a86a9b2977f073cc10a15bf90d5277ba (patch) | |
tree | fdc045becacb16d44fbca787ce1979ecd0640210 /games/nehquake | |
parent | ff21005dec68219a8bfe7c6f5ce8b0725de7b73a (diff) | |
download | ports-6c0425c0a86a9b2977f073cc10a15bf90d5277ba.tar.gz ports-6c0425c0a86a9b2977f073cc10a15bf90d5277ba.zip |
Notes
Diffstat (limited to 'games/nehquake')
-rw-r--r-- | games/nehquake/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/nehquake/Makefile b/games/nehquake/Makefile index 70ed215ee75c..bcbb3c259182 100644 --- a/games/nehquake/Makefile +++ b/games/nehquake/Makefile @@ -7,7 +7,7 @@ PORTNAME= nehquake PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= alepulver @@ -19,7 +19,8 @@ COMMENT= Quake engine designed for playing Nehahra USE_BZIP2= yes USE_DOS2UNIX= yes USE_GCC= 3.2+ -USE_GL= yes +USE_GL= gl +USE_XORG= xxf86dga USE_GMAKE= yes OPTIONS= OPTIMIZED_CFLAGS "Enable compilation optimizations" on \ |