From c0bb4b8f8f5270d3dcb83128a47e87f804dd4721 Mon Sep 17 00:00:00 2001 From: miwi Date: Sun, 20 Jan 2008 22:39:55 +0000 Subject: - Fix build when TREMOR disabled is PR: 119364 Submitted by: Naram Qashat Approved by: maintainer --- multimedia/mplayer/Makefile.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options index 2f1fe695bb1..80cdedc60ec 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 -- cgit