diff options
Diffstat (limited to 'audio/dap')
-rw-r--r-- | audio/dap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/dap/Makefile b/audio/dap/Makefile index 6c3ce87f041..b0552b3a12c 100644 --- a/audio/dap/Makefile +++ b/audio/dap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2008/07/27 08:45:58 obache Exp $ +# $NetBSD: Makefile,v 1.37 2009/06/30 00:07:09 joerg Exp $ DISTNAME= dap-2.1.5 CATEGORIES= audio @@ -11,6 +11,8 @@ COMMENT= Digital audio recording and processing package PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + USE_LANGUAGES= c c++ INSTALLATION_DIRS+= bin share/doc/dap MAKE_FILE= Makefile.netbsd |