[42864] trunk/dports/lang/gst/Portfile

saispo at macports.org saispo at macports.org
Mon Dec 1 11:57:27 PST 2008


Revision: 42864
          http://trac.macports.org/changeset/42864
Author:   saispo at macports.org
Date:     2008-12-01 11:57:26 -0800 (Mon, 01 Dec 2008)
Log Message:
-----------
fix depends mistake i made

Modified Paths:
--------------
    trunk/dports/lang/gst/Portfile

Modified: trunk/dports/lang/gst/Portfile
===================================================================
--- trunk/dports/lang/gst/Portfile	2008-12-01 18:52:13 UTC (rev 42863)
+++ trunk/dports/lang/gst/Portfile	2008-12-01 19:57:26 UTC (rev 42864)
@@ -21,14 +21,13 @@
 
 depends_build	 port:zip
 
-depends_lib      port:gmp \
-                 port:libiconv \
-                 port:ncurses \
-                 port:ncursesw \
-                 port:readline \
-                 port:tcl \
-                 port:tk \
-                 port:libsigsegv
+depends_lib             port:libsigsegv \
+                                port:libffi \
+                                port:gmp \
+                                port:libiconv \
+                                port:ncurses \
+                                port:ncursesw \
+                                port:readline
 
 configure.args  --infodir=${prefix}/share/info \
                                 --mandir=${prefix}/share/man \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081201/340504ee/attachment.html>


More information about the macports-changes mailing list