Modified: trunk/dports/multimedia/mplayer-devel/Portfile (117594 => 117595)
--- trunk/dports/multimedia/mplayer-devel/Portfile 2014-03-04 18:42:58 UTC (rev 117594)
+++ trunk/dports/multimedia/mplayer-devel/Portfile 2014-03-04 18:45:38 UTC (rev 117595)
@@ -95,6 +95,9 @@
reinplace "s|-maltivec|-faltivec -maltivec|g" \
${worksrcpath}/configure \
${worksrcpath}/ffmpeg/configure
+
+ # Newer libvorbis doesn't implicitly provide vorbis as a vorbisenc dependency
+ reinplace "s|libs vorbisenc|libs vorbisenc vorbis|" ${worksrcpath}/configure
}
post-destroot {