Unbreak the mp4 FLAVOR. >From Tasmanian Devil <tasm.devil at googlemail dot com>.
- Fix dependencies of the mp4 FLAVOR, unbreaking it. >From Tasmanian Devil <tasm.devil at googlemail dot com>, thanks!
Index: Makefile =================================================================== RCS file: /cvs/ports/net/ices/Makefile,v retrieving revision 1.14 diff -p -u -r1.14 Makefile --- Makefile 25 Mar 2008 17:29:57 -0000 1.14 +++ Makefile 20 Jun 2009 09:19:42 -0000 @@ -3,7 +3,7 @@ COMMENT= icecast source for streaming MP3 DISTNAME= ices-0.4 -PKGNAME= ${DISTNAME}p5 +PKGNAME= ${DISTNAME}p6 CATEGORIES= net audio HOMEPAGE= http://www.icecast.org/ices.php @@ -46,7 +46,8 @@ CONFIGURE_ARGS+=--without-python .if ${FLAVOR:L:Mmp4} CONFIGURE_ARGS+=--with-faad=${LOCALBASE} -LIB_DEPENDS+= faad,mp4v2::audio/faad +LIB_DEPENDS+= faad::audio/faad \ + mp4v2::multimedia/libmp4v2 .else CONFIGURE_ARGS+=--without-faad .endif