diff options
author | rene <rene@FreeBSD.org> | 2010-12-05 21:43:36 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2010-12-05 21:43:36 +0800 |
commit | 5cc4fee3600ffba07cf717b25f67dc805d2c39fc (patch) | |
tree | acef892476dd423188292280d53967c82b984cb8 /audio/musepack | |
parent | 42a89b7b740d230aa085f831f7bc5ff2955fbbcd (diff) | |
download | freebsd-ports-gnome-5cc4fee3600ffba07cf717b25f67dc805d2c39fc.tar.gz freebsd-ports-gnome-5cc4fee3600ffba07cf717b25f67dc805d2c39fc.tar.zst freebsd-ports-gnome-5cc4fee3600ffba07cf717b25f67dc805d2c39fc.zip |
Remove CONFLICTS line with removed audio/libmpcdec
Submitted by: kwm
Diffstat (limited to 'audio/musepack')
-rw-r--r-- | audio/musepack/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/musepack/Makefile b/audio/musepack/Makefile index 84cf9c9bf7b6..e900fe97fe0d 100644 --- a/audio/musepack/Makefile +++ b/audio/musepack/Makefile @@ -15,8 +15,6 @@ 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 autoheader libtoolize automake autoconf libtool ACLOCAL_ARGS= -I. -I ${LOCALBASE}/share/aclocal |