From fde693e93db35fe3bd1a21756278115f8bfa5d96 Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 17 Sep 2013 06:28:07 +0000 Subject: Convert to new perl framework Convert from USE_GMAKE to USES=gmake --- games/wolfpack/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/wolfpack') diff --git a/games/wolfpack/Makefile b/games/wolfpack/Makefile index 48a51c310dcd..c270fa941da5 100644 --- a/games/wolfpack/Makefile +++ b/games/wolfpack/Makefile @@ -12,8 +12,8 @@ MAINTAINER= johans@FreeBSD.org COMMENT= Long term multiplayer strategy game MAKEFILE= GNUmakefile -USE_GMAKE= yes -USE_PERL5_BUILD= yes +USES= gmake perl5 +USE_PERL5= build GNU_CONFIGURE= yes BINDIR= ${PREFIX}/lib/${PORTNAME} VARDIR= ${PREFIX}/var/${PORTNAME} -- cgit