diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-11-16 08:18:52 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-11-16 08:18:52 +0000 |
commit | 6783ddfde7c8cfbb138d34ea7467e9752cbb8aaa (patch) | |
tree | 86763ed13f7217a7a95f696ffe1498423a0de627 /audio | |
parent | d99309aaf70761e03cae436ab9feb2d510976f40 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpeg4ip-faad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mpeg4ip-faad/Makefile b/audio/mpeg4ip-faad/Makefile index 6fa3d6375533..8711b35b1bae 100644 --- a/audio/mpeg4ip-faad/Makefile +++ b/audio/mpeg4ip-faad/Makefile @@ -16,7 +16,8 @@ MAINTAINER= ahze@FreeBSD.org COMMENT= faad plugin for mpeg4ip LIB_DEPENDS= faad.0:${PORTSDIR}/audio/faad \ - mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 + mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 \ + mp4.0:${PORTSDIR}/multimedia/mpeg4ip WRKSRC= ${WRKDIR}/${PORTNAME} |