diff options
author | David Thiel <lx@FreeBSD.org> | 2012-02-16 20:17:31 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2012-02-16 20:17:31 +0000 |
commit | 874629c3a19ebe0f30e92f8761e13bf0a1ca5cf1 (patch) | |
tree | a5c8da145936b103c2c96cdfbbd7b9c62888bc21 /multimedia/mplayer/Makefile.options | |
parent | 5385c4aaa37b0105261a02ec634b7b9f42e30987 (diff) | |
download | ports-874629c3a19ebe0f30e92f8761e13bf0a1ca5cf1.tar.gz ports-874629c3a19ebe0f30e92f8761e13bf0a1ca5cf1.zip |
Fix build by chasing libvpx bump.
Notes
Notes:
svn path=/head/; revision=291548
Diffstat (limited to 'multimedia/mplayer/Makefile.options')
-rw-r--r-- | multimedia/mplayer/Makefile.options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options index 92d20ae3d004..7ed0a11a58a8 100644 --- a/multimedia/mplayer/Makefile.options +++ b/multimedia/mplayer/Makefile.options @@ -102,7 +102,7 @@ CONFIGURE_ARGS+= --disable-theora .endif .if defined(WITH_VPX) -LIB_DEPENDS+= vpx.0:${PORTSDIR}/multimedia/libvpx +LIB_DEPENDS+= vpx.1:${PORTSDIR}/multimedia/libvpx .else CONFIGURE_ARGS+= --disable-libvpx-lavc .endif |