aboutsummaryrefslogtreecommitdiff
path: root/multimedia/emotion
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2006-12-17 13:52:02 +0000
committerStanislav Sedov <stas@FreeBSD.org>2006-12-17 13:52:02 +0000
commit8b34ce6ab347c9cbac6bb65647aa78a1303b5320 (patch)
treed93d151171d66f32ff6911202b0cdae05bba1edd /multimedia/emotion
parent15fa02d05ff5a48a4b7c542b39c5e820d0d95867 (diff)
downloadports-8b34ce6ab347c9cbac6bb65647aa78a1303b5320.tar.gz
ports-8b34ce6ab347c9cbac6bb65647aa78a1303b5320.zip
Notes
Diffstat (limited to 'multimedia/emotion')
-rw-r--r--multimedia/emotion/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/emotion/Makefile b/multimedia/emotion/Makefile
index 6c4dc261941a..06365b2a19f5 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=""