summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-06-16 04:45:20 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-06-16 04:45:20 +0000
commit7f093c1dae79726787ce4b1a78bfeb7818930e34 (patch)
treea379a730fae0ce38cb447be2a7b367a065c0f423 /audio
parent- Update to 2.6.2 (diff)
- Depend on mpeg4ip-libmp4v2 for mp4v2 support not mpeg4ip
PR: ports/79115 Submitted by: Michael Handler <handler@grendel.net> Approved by: maintainer timeout (2.75months)
Notes
Notes: svn path=/head/; revision=137519
Diffstat (limited to 'audio')
-rw-r--r--audio/daapd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/daapd/Makefile b/audio/daapd/Makefile
index c8251ea0ee79..004fc7a2ad63 100644
--- a/audio/daapd/Makefile
+++ b/audio/daapd/Makefile
@@ -51,7 +51,7 @@ MAKE_ENV+= HOWL_ENABLE=1
.endif
.ifdef(WITH_MPEG4IP)
-LIB_DEPENDS+= mp4v2:${PORTSDIR}/multimedia/mpeg4ip
+LIB_DEPENDS+= mp4v2:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2
MAKE_ENV+= MPEG4_ENABLE=1
.endif