diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 12:00:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 12:00:04 +0000 |
commit | c1819a7ec4bffce4e12a420712bf44ae48b7bee8 (patch) | |
tree | fa28b224eec254e9ba425279202497a8d3e44d51 /games/quake3 | |
parent | ada4f4807c26b1d571bf0819f9c7b54ab5415a43 (diff) | |
download | ports-c1819a7ec4bffce4e12a420712bf44ae48b7bee8.tar.gz ports-c1819a7ec4bffce4e12a420712bf44ae48b7bee8.zip |
Notes
Diffstat (limited to 'games/quake3')
-rw-r--r-- | games/quake3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/quake3/Makefile b/games/quake3/Makefile index cc4ae8dd93e7..9ebf2b88e332 100644 --- a/games/quake3/Makefile +++ b/games/quake3/Makefile @@ -16,13 +16,14 @@ DISTNAME= ${PORTNAME}-${REALVERSION}-source MAINTAINER= shirshegsm@gmail.com COMMENT= Quake III Arena -- first person shooter (native build) +USES= gmake ONLY_FOR_ARCHS= i386 ONLY_FOR_ARCHS_REASON= does not run properly; try games/ioquake3 USE_ZIP= yes USE_DOS2UNIX= yes -USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${REALVERSION} BUILD_WRKSRC= ${WRKSRC}/code/unix +MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= GAMELIBS OPTIMIZED_CFLAGS OPTIONS_MULTI= FLAVOR |