diff options
author | dholland <dholland@pkgsrc.org> | 2011-11-13 14:47:26 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-11-13 14:47:26 +0000 |
commit | c347a0db8664a6c8b82a605c89d00bf6ba943217 (patch) | |
tree | 919cd33e01799de93bb36e818c13536179d70dab | |
parent | 04a68912d07c6a9694cee0f05b7974cebbdcf8a2 (diff) | |
download | pkgsrc-c347a0db8664a6c8b82a605c89d00bf6ba943217.tar.gz |
Not MAKE_JOBS_SAFE.
-rw-r--r-- | audio/daapd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/daapd/Makefile b/audio/daapd/Makefile index c82bfa1d527..b0090491d18 100644 --- a/audio/daapd/Makefile +++ b/audio/daapd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2010/02/01 00:59:27 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2011/11/13 14:47:26 dholland Exp $ DISTNAME= daapd-0.2.4b PKGREVISION= 1 @@ -12,6 +12,8 @@ COMMENT= Server for DAA protocol (iTunes) PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no + USE_LANGUAGES= c c++ USE_TOOLS+= gmake MAKE_FILE= makefile |