diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-01-20 22:39:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-01-20 22:39:55 +0000 |
commit | 64e86d5eb51dc02f546e55e79d1dd3c55e1a9c13 (patch) | |
tree | 82a5316d5734d43c84386f5a94e22590b65a83db /multimedia/mplayer | |
parent | da967402c982cb67dcf440099257b246b3261959 (diff) | |
download | ports-64e86d5eb51dc02f546e55e79d1dd3c55e1a9c13.tar.gz ports-64e86d5eb51dc02f546e55e79d1dd3c55e1a9c13.zip |
Notes
Diffstat (limited to 'multimedia/mplayer')
-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 2f1fe695bb18..80cdedc60ecb 100644 --- a/multimedia/mplayer/Makefile.options +++ b/multimedia/mplayer/Makefile.options @@ -106,7 +106,7 @@ CONFIGURE_ARGS+= --disable-x264 .endif .if !defined(WITH_TREMOR) -CONFIGURE_ARGS+= --disable-tremor-internal +CONFIGURE_ARGS+= --disable-tremor-internal --disable-tremor-external LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis .endif |