[43398] trunk/dports/multimedia/ffmpeg/Portfile

devans at macports.org devans at macports.org
Wed Dec 10 09:29:18 PST 2008


Revision: 43398
          http://trac.macports.org/changeset/43398
Author:   devans at macports.org
Date:     2008-12-10 09:29:18 -0800 (Wed, 10 Dec 2008)
Log Message:
-----------
ffmpeg: add missing dependencies, mode line.  See #17299.

Modified Paths:
--------------
    trunk/dports/multimedia/ffmpeg/Portfile

Modified: trunk/dports/multimedia/ffmpeg/Portfile
===================================================================
--- trunk/dports/multimedia/ffmpeg/Portfile	2008-12-10 11:52:10 UTC (rev 43397)
+++ trunk/dports/multimedia/ffmpeg/Portfile	2008-12-10 17:29:18 UTC (rev 43398)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -38,6 +39,11 @@
 use_parallel_build  yes
 worksrcdir     trunk
 depends_build  bin:svn:subversion port:gmake
+
+depends_lib     port:libsdl \
+                port:bzip2 \
+                port:zlib
+
 build.cmd      gmake
 configure.compiler	gcc-4.0
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081210/75e59b9a/attachment.html>


More information about the macports-changes mailing list