K 10 svn:author V 6 marino K 8 svn:date V 27 2013-10-30T11:29:19.871231Z K 7 svn:log V 454 multimedia/mplayer2: fix configure failure, indirect linking As seen when using gcc48 as the ports compiler (and on DragonFly), mplayer2 was misconfigured. The avresample library doesn't exist during configuration, thus it will fail when using a modern linker that complains that the library isn't found. Moving -lavresample from extra-ldflags to extra-libs fixes the problem on both FreeBSD+gcc48 and DragonFly Approved by: portmgr (bapt, implicit) END