diff options
author | wiz <wiz@pkgsrc.org> | 2003-04-05 19:04:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-04-05 19:04:38 +0000 |
commit | 27baada96ec3b5d8aa19f290996b8fd02039ebf9 (patch) | |
tree | 46940183d85fd2fc694124dabe472befe5ea09e1 /audio/SDL_mixer | |
parent | 14e80a1f16a70351cae196ceb295c5e2f4c97321 (diff) | |
download | pkgsrc-27baada96ec3b5d8aa19f290996b8fd02039ebf9.tar.gz |
Add CONFLICTS line for SDL-mixer.
Diffstat (limited to 'audio/SDL_mixer')
-rw-r--r-- | audio/SDL_mixer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/SDL_mixer/Makefile b/audio/SDL_mixer/Makefile index b49d24236a1..dfdf390d5e9 100644 --- a/audio/SDL_mixer/Makefile +++ b/audio/SDL_mixer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/04/03 08:17:22 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2003/04/05 19:04:38 wiz Exp $ # DISTNAME= SDL_mixer-1.2.4 @@ -10,6 +10,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.libsdl.org/projects/SDL_mixer/ COMMENT= multi-channel audio mixer library +CONFLICTS= SDL-mixer-[0-9]* + GNU_CONFIGURE= YES USE_X11= YES USE_LIBTOOL= YES |