diff options
Diffstat (limited to 'games/cleanq3/Makefile')
-rw-r--r-- | games/cleanq3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/cleanq3/Makefile b/games/cleanq3/Makefile index 06cf732720c3..4ea5b483e4bd 100644 --- a/games/cleanq3/Makefile +++ b/games/cleanq3/Makefile @@ -11,9 +11,7 @@ DISTNAME= CleanQ3_v${PORTVERSION}-srcbin MAINTAINER= danfe@FreeBSD.org COMMENT= Cleaned up copy of the original Quake III Arena source code -USE_ZIP= yes -USE_DOS2UNIX= yes -USE_GMAKE= yes +USES= dos2unix gmake zip WRKSRC= ${WRKDIR}/CleanQ3 BUILD_WRKSRC= ${WRKSRC}/code/unix MAKE_JOBS_UNSAFE= yes |