diff options
Diffstat (limited to 'games/ezquake/Makefile')
-rw-r--r-- | games/ezquake/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/ezquake/Makefile b/games/ezquake/Makefile index 19b367c8ca8b..33cf4f134252 100644 --- a/games/ezquake/Makefile +++ b/games/ezquake/Makefile @@ -29,6 +29,7 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ USE_DOS2UNIX= *.[ch] Makefile* USE_GMAKE= yes USE_TCL= yes +USE_CSTD= gnu89 MAKE_ENV= TCL_SUFX="${TCL_VER:S/.//}" .for v in TCL_INCLUDEDIR TCL_LIBDIR DATADIR MAKE_ENV+= ${v}="${${v}}" |