diff options
author | krion <krion@FreeBSD.org> | 2004-02-08 22:03:08 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-08 22:03:08 +0800 |
commit | ac5e1577aa057967d441d35af71b0558ee199216 (patch) | |
tree | b711a82aaa7ae54be6702b61a0c8f3d8983e6d01 /audio | |
parent | f06d03810267dd14be10b9d1267f76a9ad3c1413 (diff) | |
download | freebsd-ports-gnome-ac5e1577aa057967d441d35af71b0558ee199216.tar.gz freebsd-ports-gnome-ac5e1577aa057967d441d35af71b0558ee199216.tar.zst freebsd-ports-gnome-ac5e1577aa057967d441d35af71b0558ee199216.zip |
- Add CONFLICTS between libmusicbrainz and musicbrainz
PR: ports/62525
Submitted by: Ports Fury
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libmusicbrainz/Makefile | 2 | ||||
-rw-r--r-- | audio/libmusicbrainz3/Makefile | 2 | ||||
-rw-r--r-- | audio/libmusicbrainz4/Makefile | 2 | ||||
-rw-r--r-- | audio/libmusicbrainz5/Makefile | 2 | ||||
-rw-r--r-- | audio/musicbrainz/Makefile | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/audio/libmusicbrainz/Makefile b/audio/libmusicbrainz/Makefile index d9e9ae92511b..543194700ace 100644 --- a/audio/libmusicbrainz/Makefile +++ b/audio/libmusicbrainz/Makefile @@ -16,6 +16,8 @@ COMMENT= 2nd generation incarnation of the CD Index - audio metadata LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 +CONFLICTS= musicbrainz-* + USE_GMAKE= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_REINPLACE= yes diff --git a/audio/libmusicbrainz3/Makefile b/audio/libmusicbrainz3/Makefile index d9e9ae92511b..543194700ace 100644 --- a/audio/libmusicbrainz3/Makefile +++ b/audio/libmusicbrainz3/Makefile @@ -16,6 +16,8 @@ COMMENT= 2nd generation incarnation of the CD Index - audio metadata LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 +CONFLICTS= musicbrainz-* + USE_GMAKE= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_REINPLACE= yes diff --git a/audio/libmusicbrainz4/Makefile b/audio/libmusicbrainz4/Makefile index d9e9ae92511b..543194700ace 100644 --- a/audio/libmusicbrainz4/Makefile +++ b/audio/libmusicbrainz4/Makefile @@ -16,6 +16,8 @@ COMMENT= 2nd generation incarnation of the CD Index - audio metadata LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 +CONFLICTS= musicbrainz-* + USE_GMAKE= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_REINPLACE= yes diff --git a/audio/libmusicbrainz5/Makefile b/audio/libmusicbrainz5/Makefile index d9e9ae92511b..543194700ace 100644 --- a/audio/libmusicbrainz5/Makefile +++ b/audio/libmusicbrainz5/Makefile @@ -16,6 +16,8 @@ COMMENT= 2nd generation incarnation of the CD Index - audio metadata LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2 +CONFLICTS= musicbrainz-* + USE_GMAKE= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_REINPLACE= yes diff --git a/audio/musicbrainz/Makefile b/audio/musicbrainz/Makefile index 481cad4172db..517c353c786d 100644 --- a/audio/musicbrainz/Makefile +++ b/audio/musicbrainz/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ MAINTAINER= ports@FreeBSD.org COMMENT= 2nd generation incarnation of the CD Index - audio metadata +CONFLICTS= libmusicbrainz-* + USE_BZIP2= yes USE_GMAKE= yes USE_REINPLACE= yes |