summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-09-06 18:09:02 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-09-06 18:09:02 +0000
commitf2c0dcece1a0ab988e5919e28d970ee6733e908e (patch)
tree19aaecfcf3255025f9e198650fc6c4362c1fa8f1
parentFollowup to the previous commit: fix the newly added patches (diff)
Add missing dependency on libmpcdec
PR: ports/150285 Approved by: Jason E. Hale (maintainer)
Notes
Notes: svn path=/head/; revision=260649
-rw-r--r--audio/libtunepimp/Makefile5
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