aboutsummaryrefslogtreecommitdiff
path: root/multimedia/emotion
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2010-12-15 23:19:02 +0000
committerStanislav Sedov <stas@FreeBSD.org>2010-12-15 23:19:02 +0000
commit686f4191901a611609fc3d6c0c8904f90ef4a2ce (patch)
tree65e966fe1e86e4e8d1caf099ea1c4ab74b5a6922 /multimedia/emotion
parent8c33a678c703c738fb44b654736694ae0a20228c (diff)
downloadports-686f4191901a611609fc3d6c0c8904f90ef4a2ce.tar.gz
ports-686f4191901a611609fc3d6c0c8904f90ef4a2ce.zip
Notes
Diffstat (limited to 'multimedia/emotion')
-rw-r--r--multimedia/emotion/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/emotion/Makefile b/multimedia/emotion/Makefile
index 6b41e6b8186c..dd256665810b 100644
--- a/multimedia/emotion/Makefile
+++ b/multimedia/emotion/Makefile
@@ -28,6 +28,10 @@ USE_LDCONFIG= yes
OPTIONS= XINE "Build Xine module" on \
GST "Build GStreamer module" on
+# emotion's vlc plugin needs updating due to libvlc API changes
+# details: http://trac.enlightenment.org/e/ticket/601
+CONFIGURE_ARGS= --disable-vlc
+
.include <bsd.port.pre.mk>
.if defined(WITHOUT_XINE) && defined(WITHOUT_GST)