diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-12-21 01:45:18 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-12-21 01:45:18 +0800 |
commit | 599a18c4f506f7e3341cab4c8913a94cf0a69ed8 (patch) | |
tree | 8ab0a3afadad8e19ba51aec9b0e95894f0347f01 /games | |
parent | f85b8c75de95bb78d852b27de08e289a6debdade (diff) | |
download | freebsd-ports-graphics-599a18c4f506f7e3341cab4c8913a94cf0a69ed8.tar.gz freebsd-ports-graphics-599a18c4f506f7e3341cab4c8913a94cf0a69ed8.tar.zst freebsd-ports-graphics-599a18c4f506f7e3341cab4c8913a94cf0a69ed8.zip |
- Remove IA32_BINARY_PORT (not intended to be used with Linux binaries).
- Add missing GL dependency (USE_GL=linux).
PR: ports/118893
Submitted by: Hardy Schumacher <hardy.schumacher@amd.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/rtcw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rtcw/Makefile b/games/rtcw/Makefile index 5694b9db392..1088cf4de46 100644 --- a/games/rtcw/Makefile +++ b/games/rtcw/Makefile @@ -19,8 +19,8 @@ MAINTAINER= alepulver@FreeBSD.org COMMENT= Return to Castle Wolfenstein for Linux REINPLACE_ARGS= -i "" -IA32_BINARY_PORT= yes USE_LINUX= yes +USE_GL= linux USE_XLIB= yes NO_WRKSUBDIR= yes |