diff options
author | naddy <naddy@FreeBSD.org> | 2009-03-28 02:03:20 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2009-03-28 02:03:20 +0800 |
commit | 84277a2c84f435028713dc4e4eb0cfbcea7d22c9 (patch) | |
tree | 099421e39fd3789171ab48457ab8abb718f4872f /audio/xmms-shn | |
parent | 2dd4b1f8121e2f04b698ab5887c0755f67535ea6 (diff) | |
download | freebsd-ports-gnome-84277a2c84f435028713dc4e4eb0cfbcea7d22c9.tar.gz freebsd-ports-gnome-84277a2c84f435028713dc4e4eb0cfbcea7d22c9.tar.zst freebsd-ports-gnome-84277a2c84f435028713dc4e4eb0cfbcea7d22c9.zip |
Mark MAKE_JOBS_SAFE for parallel building.
Diffstat (limited to 'audio/xmms-shn')
-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) |