From 57278bb18126e29753cc306b0b6a70c29d111e3e Mon Sep 17 00:00:00 2001 From: ahze Date: Thu, 16 Jun 2005 04:45:20 +0000 Subject: - Depend on mpeg4ip-libmp4v2 for mp4v2 support not mpeg4ip PR: ports/79115 Submitted by: Michael Handler Approved by: maintainer timeout (2.75months) --- audio/daapd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/daapd') 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 -- cgit