diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/eduke32/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index 637b108235eb..c635f0bad443 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -17,8 +17,9 @@ LICENSE_FILE= ${WRKSRC}/GNU.TXT LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo +USES= gmake +USE_CSTD= gnu89 USE_BZIP2= yes -USE_GMAKE= yes USE_GL= gl USE_GNOME= gtk20 USE_SDL= mixer sdl |