Index: Portfile
===================================================================
--- Portfile	(revision 119813)
+++ Portfile	(working copy)
@@ -74,7 +74,6 @@
                 port:freetype \
                 path:lib/libspeex.dylib:speex \
                 port:libvpx \
-                port:libsdl \
                 port:bzip2 \
                 port:zlib
 
@@ -120,6 +119,8 @@
         --enable-libfreetype \
         --disable-indev=jack \
         --disable-outdev=xv \
+        --disable-outdev=sdl \
+        --disable-ffplay \
         --disable-vda \
         --mandir=${prefix}/share/man \
         --enable-shared --enable-pthreads \
@@ -198,6 +199,14 @@
     configure.args-append --enable-libdc1394
 }
 
+variant sdl description {Enable SDL support including sdl outdev and ffplay} {
+    depends_lib-append      port:libsdl
+    configure.args-delete   --disable-outdev=sdl \
+                            --disable-ffplay
+}
+  
+default_variants +sdl
+
 variant gpl2 description {Enable GPL code, license will be GPL-2+} {
     configure.args-append   --enable-gpl \
                             --enable-postproc \
