diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 11:49:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 11:49:41 +0000 |
commit | 980413e75f58e50f027cbabfbc2506c543265849 (patch) | |
tree | 91f533164c2dd413937a1f7e6297f87e26f75764 /games/lmpc | |
parent | 417791067154dc95a74504e4117a11f02d33414b (diff) | |
download | ports-980413e75f58e50f027cbabfbc2506c543265849.tar.gz ports-980413e75f58e50f027cbabfbc2506c543265849.zip |
Notes
Diffstat (limited to 'games/lmpc')
-rw-r--r-- | games/lmpc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/lmpc/Makefile b/games/lmpc/Makefile index 1330259b0229..71ee96468686 100644 --- a/games/lmpc/Makefile +++ b/games/lmpc/Makefile @@ -14,8 +14,9 @@ COMMENT= Tool to manipulate some FPS games demo recordings LICENSE= GPLv2 +USES= gmake +MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes -USE_GMAKE= yes USE_PERL5_BUILD= yes PORTSCOUT= limit:.*[0-9]$$ # letter-suffixed files are binaries |