diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-20 11:59:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-20 11:59:18 +0000 |
commit | 7146cbc5d73c74006aad743cc648199e755b3f49 (patch) | |
tree | 0d0851281f2ec920960ee113bc90e8c90fb8b5a2 /games/quake3 | |
parent | fc631bd198463ccfb8fa6d003bb0f253491bdefd (diff) | |
download | ports-7146cbc5d73c74006aad743cc648199e755b3f49.tar.gz ports-7146cbc5d73c74006aad743cc648199e755b3f49.zip |
[MAINTAINER UPDATE] games/quake3-data: redesign, change dependant ports
- Changed quake3-data/Makefile.include to be more similar
to bsd.*.mk files, also it doesn't override port's variables.
- Change dependant ports.
PR: ports/90149
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Notes
Notes:
svn path=/head/; revision=151623
Diffstat (limited to 'games/quake3')
-rw-r--r-- | games/quake3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/quake3/Makefile b/games/quake3/Makefile index 8fa5ce2be241..39e51c0d3b67 100644 --- a/games/quake3/Makefile +++ b/games/quake3/Makefile @@ -23,6 +23,7 @@ COMMENT= Quake III Arena -- first person shooter (native build) BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm USE_ZIP= yes +USE_CRLF= yes USE_GMAKE= yes USE_REINPLACE= yes USE_PERL5_BUILD=yes |