aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2010-05-29 09:15:13 +0800
committerShaun Amott <shaun@FreeBSD.org>2010-05-29 09:15:13 +0800
commitf4b27896992ebe3d88a7b8dbceec16b24ecc94cb (patch)
tree8bf5ee6d9c3d0115c59a7990bdff79839adb125a
parentc7fbf440626f33d519b471215ec17c2ed6ea0fe7 (diff)
downloadfreebsd-ports-gnome-f4b27896992ebe3d88a7b8dbceec16b24ecc94cb.tar.gz
freebsd-ports-gnome-f4b27896992ebe3d88a7b8dbceec16b24ecc94cb.tar.zst
freebsd-ports-gnome-f4b27896992ebe3d88a7b8dbceec16b24ecc94cb.zip
Add CONFLICTS: audio/libmpcdec and audio/musepack both install the
following files: /usr/local/lib/libmpcdec.a /usr/local/lib/libmpcdec.la /usr/local/lib/libmpcdec.so PR: ports/147156 Submitted by: Stefan Ehmann <shoesoft@gmx.net> (musepack maintainer)
-rw-r--r--audio/libmpcdec/Makefile2
-rw-r--r--audio/musepack/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/audio/libmpcdec/Makefile b/audio/libmpcdec/Makefile
index ddb0adaa06a0..a20fcd0ed7a4 100644
--- a/audio/libmpcdec/Makefile
+++ b/audio/libmpcdec/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= http://files.musepack.net/source/
MAINTAINER= multimedia@FreeBSD.org
COMMENT= High quality audio compression format
+CONFLICTS= musepack-[0-9]*
+
USE_BZIP2= yes
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
diff --git a/audio/musepack/Makefile b/audio/musepack/Makefile
index 089da6e27e9c..abd5c8bb6964 100644
--- a/audio/musepack/Makefile
+++ b/audio/musepack/Makefile
@@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}_src_r435
MAINTAINER= shoesoft@gmx.net
COMMENT= Decoder, encoder and replaygain for musepack (mpc)
+CONFLICTS= libmpcdec-[0-9]*
+
USE_LDCONFIG= yes
USE_AUTOTOOLS= aclocal:110 autoheader:262 libtoolize automake:110 autoconf:262 libtool:22
ACLOCAL_ARGS= -I. -I ${LOCALBASE}/share/aclocal