From dd0af2895e071df2db148a3614e0d25281d73fea Mon Sep 17 00:00:00 2001 From: stas Date: Sun, 17 Dec 2006 13:52:02 +0000 Subject: - Fix OPTIONS handling in the case of batch build Reported by: corl3ss --- multimedia/emotion/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/multimedia/emotion/Makefile b/multimedia/emotion/Makefile index 6c4dc261941..06365b2a19f 100644 --- a/multimedia/emotion/Makefile +++ b/multimedia/emotion/Makefile @@ -32,7 +32,7 @@ OPTIONS= XINE "Build Xine module" on \ IGNORE= is useless without playback library. Please run 'make config' and choose one of XINE and GST .endif -.if defined(WITH_XINE) +.if !defined(WITHOUT_XINE) LIB_DEPENDS+= xine.16:${PORTSDIR}/multimedia/libxine CONFIGURE_ARGS+=--enable-xine PLIST_SUB+= XINE="" @@ -41,7 +41,7 @@ CONFIGURE_ARGS+=--disable-xine PLIST_SUB+= XINE="@comment " .endif -.if defined(WITH_GST) +.if !defined(WITHOUT_GST) USE_GSTREAMER= ffmpeg good CONFIGURE_ARGS+=--enable-gstreamer PLIST_SUB+= GST="" -- cgit