diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-03-31 17:05:17 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-03-31 17:05:17 +0000 |
commit | 92ab00cc9f1151a1f770c26d476d5ddde485dccc (patch) | |
tree | 5c4d0d39366d62d7bb4f860b9a73d1de0d5eabba /games/qnetwalk | |
parent | f708db498a4239f8c535ce57c24bb03504934762 (diff) |
- Mark MAKE_JOBS_SAFE
- Use SF/subdir abbreviation for some ports
Notes
Notes:
svn path=/head/; revision=231398
Diffstat (limited to 'games/qnetwalk')
-rw-r--r-- | games/qnetwalk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/qnetwalk/Makefile b/games/qnetwalk/Makefile index 7af79b59efe4..5d3c28b92c23 100644 --- a/games/qnetwalk/Makefile +++ b/games/qnetwalk/Makefile @@ -16,6 +16,7 @@ COMMENT= Qt-version of the NetWalk game USE_QT_VER= 4 QT_COMPONENTS= corelib gui qmake_build moc_build rcc_build +MAKE_JOBS_SAFE= yes MAN6= qnetwalk.6 |