diff options
Diffstat (limited to 'games/yadex')
-rw-r--r-- | games/yadex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/yadex/Makefile b/games/yadex/Makefile index 2dcc51953c45..f80641dfe279 100644 --- a/games/yadex/Makefile +++ b/games/yadex/Makefile @@ -13,10 +13,10 @@ COMMENT= WAD file editor, for games like Doom and Hexen LICENSE= GPLv2 +USES= gmake perl5 HAS_CONFIGURE= yes CONFIGURE_ENV= CC="${CC}" CXX="${CXX}" PREFIX="${PREFIX}" -USE_GMAKE= yes -USE_PERL5_BUILD=yes +USE_PERL5= build USE_XORG= x11 MAKEFILE= GNUmakefile |