diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2009-03-27 18:03:20 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2009-03-27 18:03:20 +0000 |
commit | 75a6657bad3c6aa6be08ef92e9486ba9500b4c23 (patch) | |
tree | 6a27e7266bd39c3fcb191001855bfe4a0dbd79e1 /audio/xmms-shn/Makefile | |
parent | d18d6239206d1bc69b93fe5ff6599ef2d5283d43 (diff) | |
download | ports-75a6657bad3c6aa6be08ef92e9486ba9500b4c23.tar.gz ports-75a6657bad3c6aa6be08ef92e9486ba9500b4c23.zip |
Mark MAKE_JOBS_SAFE for parallel building.
Notes
Notes:
svn path=/head/; revision=231126
Diffstat (limited to 'audio/xmms-shn/Makefile')
-rw-r--r-- | audio/xmms-shn/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/xmms-shn/Makefile b/audio/xmms-shn/Makefile index 1a572702f31c..c983d19c3132 100644 --- a/audio/xmms-shn/Makefile +++ b/audio/xmms-shn/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms USE_GNOME= gtk12 GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes post-install: .if !defined(NOPORTDOCS) |