diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 19:49:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 19:49:41 +0800 |
commit | e683cef5819ccfb36bd5749fa984a6fb97ebfde9 (patch) | |
tree | 91f533164c2dd413937a1f7e6297f87e26f75764 /games | |
parent | 46058249404f69b531dd35cb51d517cff0808e3a (diff) | |
download | freebsd-ports-gnome-e683cef5819ccfb36bd5749fa984a6fb97ebfde9.tar.gz freebsd-ports-gnome-e683cef5819ccfb36bd5749fa984a6fb97ebfde9.tar.zst freebsd-ports-gnome-e683cef5819ccfb36bd5749fa984a6fb97ebfde9.zip |
Mark jobs unsafe and convert to USES=gmake
Diffstat (limited to 'games')
-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 |