diff options
author | wiz <wiz> | 2003-04-05 19:04:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-04-05 19:04:38 +0000 |
commit | 7536b121dac17f93fd9a7ae0ff68df527146bd72 (patch) | |
tree | 46940183d85fd2fc694124dabe472befe5ea09e1 /audio | |
parent | 75a4fe5fd5a17c6f549e5e7638ade792be4edccd (diff) | |
download | pkgsrc-7536b121dac17f93fd9a7ae0ff68df527146bd72.tar.gz |
Add CONFLICTS line for SDL-mixer.
Diffstat (limited to 'audio')
-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 |