diff options
author | danfe <danfe@FreeBSD.org> | 2013-09-02 16:56:06 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-09-02 16:56:06 +0800 |
commit | d6e52e79e24814279a8069599ed2ea2efeab1d53 (patch) | |
tree | daa257d642070b03932adbb528a289fcab6f121f /games | |
parent | b6204c05e676b9a800d3cfc20e92764ab1843f39 (diff) | |
download | freebsd-ports-gnome-d6e52e79e24814279a8069599ed2ea2efeab1d53.tar.gz freebsd-ports-gnome-d6e52e79e24814279a8069599ed2ea2efeab1d53.tar.zst freebsd-ports-gnome-d6e52e79e24814279a8069599ed2ea2efeab1d53.zip |
- Convert old-school USE_GMAKE and USE_PERL5_* to modern USES
- Perform some minor cleanups whenever appropriate
Submitted by: az
Diffstat (limited to 'games')
-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 |