diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-19 23:08:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-19 23:08:44 +0000 |
commit | 02e619a5d80d666372fdf370624b2d6c016de0d5 (patch) | |
tree | ab8d23ab014eb4477219665648225ccea56d0295 /games/fteqw | |
parent | f153879e96a329b43f46107b542848d2be0769c1 (diff) |
Notes
Diffstat (limited to 'games/fteqw')
-rw-r--r-- | games/fteqw/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/fteqw/Makefile b/games/fteqw/Makefile index 2ca2c1b84dd3..8f01e2bf88f9 100644 --- a/games/fteqw/Makefile +++ b/games/fteqw/Makefile @@ -11,8 +11,7 @@ DISTNAME= ftesrc${PORTVERSION}-all MAINTAINER= ports@FreeBSD.org COMMENT= QuakeWorld client with cool features, but still compatible -USE_DOS2UNIX= yes -USE_GMAKE= yes +USES= gmake dos2unix USE_CSTD= gnu89 NO_WRKSUBDIR= yes |