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 | d6f3642d7d09a5a17001aaba92efc5c98c4d1fd0 (patch) | |
tree | b23614c0fb70e6c8951935a666a45d88abddf61a /audio/musicpd | |
parent | 1e632a2aae264604b53e7434d1893eb5b9969f0a (diff) | |
download | pkgsrc-d6f3642d7d09a5a17001aaba92efc5c98c4d1fd0.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/musicpd')
-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/ |