From 599a18c4f506f7e3341cab4c8913a94cf0a69ed8 Mon Sep 17 00:00:00 2001 From: alepulver Date: Thu, 20 Dec 2007 17:45:18 +0000 Subject: - 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 --- games/rtcw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/rtcw') diff --git a/games/rtcw/Makefile b/games/rtcw/Makefile index 5694b9db3928..1088cf4de46d 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 -- cgit