diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-18 18:34:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-18 18:34:11 +0000 |
commit | 2f22bc246e7d8c73bf1423f25abce6064926e5b6 (patch) | |
tree | b23614c0fb70e6c8951935a666a45d88abddf61a /audio | |
parent | 8b47f68d59eef30139084b213952f75438455ab1 (diff) | |
download | pkgsrc-2f22bc246e7d8c73bf1423f25abce6064926e5b6.tar.gz |
CONFLICTS=lang/mpd looks like it might work, but it does not.
Replace it with CONFLICTS=mpd-[0-9]*
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index af3a2612710..43292181066 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/10/19 04:48:01 is Exp $ +# $NetBSD: Makefile,v 1.18 2005/11/18 18:34:11 wiz Exp $ DISTNAME= mpd-0.11.5 PKGNAME= ${DISTNAME:S/mpd/musicpd/} @@ -6,7 +6,7 @@ PKGREVISION= 3 CATEGORIES= audio MASTER_SITES= http://mercury.chem.pitt.edu/~shank/ -CONFLICTS= lang/mpd +CONFLICTS= mpd-[0-9]* MAINTAINER= simonb@NetBSD.org HOMEPAGE= http://musicpd.org/ |