diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-07 15:57:21 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-07 15:57:21 +0000 |
commit | 3e3d0c559a117739664d3134dcffe897514f1002 (patch) | |
tree | b340f121905a43330550877cb4e9ca345c47b11f /games | |
parent | 7e814a58ecd2fca47724127dab1c45dfc7168f3b (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/legends/Makefile | 2 | ||||
-rw-r--r-- | games/linux-quake3-demo/Makefile | 2 | ||||
-rw-r--r-- | games/rtcw/Makefile | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/games/legends/Makefile b/games/legends/Makefile index f904cc38d829..01af8e420b70 100644 --- a/games/legends/Makefile +++ b/games/legends/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_MAKESELF= yes USE_LINUX= yes -USE_GL= linux +USE_LINUX_APPS+=dri NO_BUILD= yes NO_WRKSUBDIR= yes DATADIR= ${PREFIX}/lib/${PORTNAME} diff --git a/games/linux-quake3-demo/Makefile b/games/linux-quake3-demo/Makefile index afc20c5f8c92..58f5c8177dba 100644 --- a/games/linux-quake3-demo/Makefile +++ b/games/linux-quake3-demo/Makefile @@ -23,7 +23,7 @@ MAINTAINER= alepulver@FreeBSD.org COMMENT= Quake III Arena Demo USE_LINUX= yes -USE_GL= linux +USE_LINUX_APPS+=dri NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/games/rtcw/Makefile b/games/rtcw/Makefile index 1cce010f3f33..eedb685986a6 100644 --- a/games/rtcw/Makefile +++ b/games/rtcw/Makefile @@ -19,8 +19,7 @@ COMMENT= Return to Castle Wolfenstein for Linux USE_MAKESELF= yes USE_LINUX= yes -USE_LINUX_APPS= xorglibs -USE_GL= linux +USE_LINUX_APPS= dri xorglibs NO_WRKSUBDIR= yes SUB_FILES= pkg-message |