diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-26 23:09:13 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-26 23:09:13 +0800 |
commit | 9620bd46f43c88f90da8cb8e0b5b507a3ab4376b (patch) | |
tree | e7f66730b9cab561a42e3a508637e21505f43f08 /games/pokerth | |
parent | a960f027fbdb4cfd2e8cd14845763d543809f8fe (diff) | |
download | freebsd-ports-gnome-9620bd46f43c88f90da8cb8e0b5b507a3ab4376b.tar.gz freebsd-ports-gnome-9620bd46f43c88f90da8cb8e0b5b507a3ab4376b.tar.zst freebsd-ports-gnome-9620bd46f43c88f90da8cb8e0b5b507a3ab4376b.zip |
- Mark MAKE_JOBS_SAFE for SMP compilation
PR: 133067
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Diffstat (limited to 'games/pokerth')
-rw-r--r-- | games/pokerth/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index d4c638848d41..a10eaa592420 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -23,6 +23,7 @@ LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost \ USE_ICONV= yes USE_BZIP2= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes USE_QT_VER= 4 QT_COMPONENTS= gui corelib qmake_build moc_build rcc_build uic_build USE_SDL= mixer |