diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-19 22:07:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-19 22:07:43 +0000 |
commit | 07b27888644efc66d4ed412de3c7ba9d7b2b54af (patch) | |
tree | d57c864005baed96c03a9d962fb4dbe250891caf /audio/dap/Makefile | |
parent | - Update to 1.3.7 (diff) |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'audio/dap/Makefile')
-rw-r--r-- | audio/dap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/dap/Makefile b/audio/dap/Makefile index 7bf98866f893..d694ab0f0e7f 100644 --- a/audio/dap/Makefile +++ b/audio/dap/Makefile @@ -22,6 +22,7 @@ MAKEFILE= Makefile.linux USE_XORG= xpm MAKE_ENV+= OTHER_INCLUDE_DIR=. OTHER_LIBRARY_DIR=. +MAKE_JOBS_UNSAFE= yes PORTDOCS= COPYING README THANKS TODO PORTEXAMPLES= testautopan.dsp \ |