diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 14:28:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 14:28:07 +0800 |
commit | fde693e93db35fe3bd1a21756278115f8bfa5d96 (patch) | |
tree | a2818cc36d7e06c4c64a53b943d25f7b90c450f3 /games/wolfpack | |
parent | 12e20b0674c48f693a78fe456f8afcfb71b9685b (diff) | |
download | freebsd-ports-gnome-fde693e93db35fe3bd1a21756278115f8bfa5d96.tar.gz freebsd-ports-gnome-fde693e93db35fe3bd1a21756278115f8bfa5d96.tar.zst freebsd-ports-gnome-fde693e93db35fe3bd1a21756278115f8bfa5d96.zip |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Diffstat (limited to 'games/wolfpack')
-rw-r--r-- | games/wolfpack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |