diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2010-12-15 23:19:02 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2010-12-15 23:19:02 +0000 |
commit | 686f4191901a611609fc3d6c0c8904f90ef4a2ce (patch) | |
tree | 65e966fe1e86e4e8d1caf099ea1c4ab74b5a6922 /multimedia | |
parent | 8c33a678c703c738fb44b654736694ae0a20228c (diff) | |
download | ports-686f4191901a611609fc3d6c0c8904f90ef4a2ce.tar.gz ports-686f4191901a611609fc3d6c0c8904f90ef4a2ce.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/emotion/Makefile | 4 |
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) |