diff options
author | wiz <wiz@pkgsrc.org> | 2009-11-10 19:04:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-11-10 19:04:28 +0000 |
commit | 9a7e26ffeb66aaee4e4e3592db0a792529b97d44 (patch) | |
tree | de334edad559878cf6f77e463ede1daaf6d81bf9 /audio/SDL_mixer/Makefile | |
parent | 8db6b3edda4cbf98ef4293e086f8497867cb2b2c (diff) | |
download | pkgsrc-9a7e26ffeb66aaee4e4e3592db0a792529b97d44.tar.gz |
Hm, can't reproduce the make-jobs failure, so remove MAKE_JOBS_SAFE=no
again.
Diffstat (limited to 'audio/SDL_mixer/Makefile')
-rw-r--r-- | audio/SDL_mixer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/SDL_mixer/Makefile b/audio/SDL_mixer/Makefile index d91e52a6734..f0e5e7a7a4b 100644 --- a/audio/SDL_mixer/Makefile +++ b/audio/SDL_mixer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2009/10/31 00:16:40 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2009/11/10 19:04:28 wiz Exp $ DISTNAME= SDL_mixer-1.2.9 CATEGORIES= audio @@ -10,7 +10,6 @@ COMMENT= Multi-channel audio mixer library LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir -MAKE_JOBS_SAFE= no CONFLICTS= SDL-mixer-[0-9]* |