diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-20 20:02:27 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-20 20:02:27 +0000 |
commit | 6c8a2f6065d17b72afc64c67719a9301b3e2df79 (patch) | |
tree | 9348e4e25952a3d5535399b50e98849fbf517d23 /games/rtcw | |
parent | - Fix building on FreeBSD 7.x. (diff) |
- Use IA32_BINARY_PORT instead of ONLY_FOR_ARCHS=i386.
Approved by: portmgr (erwin)
Notes
Notes:
svn path=/head/; revision=175441
Diffstat (limited to 'games/rtcw')
-rw-r--r-- | games/rtcw/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/rtcw/Makefile b/games/rtcw/Makefile index fd209be310d3..3ff8f0d8b724 100644 --- a/games/rtcw/Makefile +++ b/games/rtcw/Makefile @@ -17,9 +17,10 @@ EXTRACT_SUFX= .run MAINTAINER= alepulver@FreeBSD.org COMMENT= Return to Castle Wolfenstein for Linux -ONLY_FOR_ARCHS= i386 REINPLACE_ARGS= -i "" +IA32_BINARY_PORT= yes USE_LINUX= yes +USE_XLIB= yes NO_WRKSUBDIR= yes SUB_FILES= pkg-message |