diff options
author | ahze <ahze@FreeBSD.org> | 2005-06-16 12:45:20 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-06-16 12:45:20 +0800 |
commit | 57278bb18126e29753cc306b0b6a70c29d111e3e (patch) | |
tree | 7f6f528e9cf0c4efe82515721aec1a49d40e9379 /audio/daapd | |
parent | 07d8e73d0ca95381d7bc05220d3c230838e945bd (diff) | |
download | freebsd-ports-gnome-57278bb18126e29753cc306b0b6a70c29d111e3e.tar.gz freebsd-ports-gnome-57278bb18126e29753cc306b0b6a70c29d111e3e.tar.zst freebsd-ports-gnome-57278bb18126e29753cc306b0b6a70c29d111e3e.zip |
- 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)
Diffstat (limited to 'audio/daapd')
-rw-r--r-- | audio/daapd/Makefile | 2 |
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 |