diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-06 18:48:36 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-06 18:48:36 +0000 |
commit | 1217fb860f00379c2bc3c1427e50aa6d8211714c (patch) | |
tree | 8294f9b1caef07ddea369afc1084bf600d4896a3 /games | |
parent | ab4126dd482057888d23c1caae2e23ee65e7ffb2 (diff) | |
download | ports-1217fb860f00379c2bc3c1427e50aa6d8211714c.tar.gz ports-1217fb860f00379c2bc3c1427e50aa6d8211714c.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/hedgewars/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/hedgewars/Makefile b/games/hedgewars/Makefile index 64a95e017929..15224e6e3d97 100644 --- a/games/hedgewars/Makefile +++ b/games/hedgewars/Makefile @@ -24,7 +24,9 @@ USE_CMAKE= yes USE_SDL= sdl mixer image ttf net USE_FPC= opengl USE_QT_VER= 4 -QT_COMPONENTS= corelib gui moc_build network qmake_build rcc_build svg xml +QT_COMPONENTS= corelib gui moc_build network \ + qmake_build rcc_build svg xml \ + uic_build MAKE_JOBS_SAFE= yes post-patch: |