diff options
author | makc <makc@FreeBSD.org> | 2010-09-07 02:09:02 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-09-07 02:09:02 +0800 |
commit | 9fa9d7407c84ab7334bbf97cb056dc384205fbe3 (patch) | |
tree | 33e884ebe79549744d711f4400624afd7b2df3b7 /audio | |
parent | bf98d0c8abdd71ac1154a97e9bbb61a7d973f0b9 (diff) | |
download | freebsd-ports-gnome-9fa9d7407c84ab7334bbf97cb056dc384205fbe3.tar.gz freebsd-ports-gnome-9fa9d7407c84ab7334bbf97cb056dc384205fbe3.tar.zst freebsd-ports-gnome-9fa9d7407c84ab7334bbf97cb056dc384205fbe3.zip |
Add missing dependency on libmpcdec
PR: ports/150285
Approved by: Jason E. Hale (maintainer)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libtunepimp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/libtunepimp/Makefile b/audio/libtunepimp/Makefile index 497ce7b3408b..e1a3599ee66b 100644 --- a/audio/libtunepimp/Makefile +++ b/audio/libtunepimp/Makefile @@ -7,7 +7,7 @@ PORTNAME= libtunepimp PORTVERSION= 0.5.3 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/ \ @@ -24,7 +24,8 @@ LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \ ogg:${PORTSDIR}/audio/libogg \ tag:${PORTSDIR}/audio/taglib \ vorbis:${PORTSDIR}/audio/libvorbis \ - ofa:${PORTSDIR}/audio/libofa + ofa:${PORTSDIR}/audio/libofa \ + mpcdec:${PORTSDIR}/audio/libmpcdec CONFLICTS= trm-0* USE_GMAKE= yes |