diff options
-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]* |