[75019] trunk/dports/news/tin-recent/Portfile

vinc17 at macports.org vinc17 at macports.org
Tue Jan 11 18:47:59 PST 2011


Revision: 75019
          http://trac.macports.org/changeset/75019
Author:   vinc17 at macports.org
Date:     2011-01-11 18:47:51 -0800 (Tue, 11 Jan 2011)
Log Message:
-----------
tin-recent: fixed dependencies (added port:icu and port:libidn).

Modified Paths:
--------------
    trunk/dports/news/tin-recent/Portfile

Modified: trunk/dports/news/tin-recent/Portfile
===================================================================
--- trunk/dports/news/tin-recent/Portfile	2011-01-12 00:32:23 UTC (rev 75018)
+++ trunk/dports/news/tin-recent/Portfile	2011-01-12 02:47:51 UTC (rev 75019)
@@ -74,6 +74,7 @@
 
 name                tin-recent
 version             1.9.6
+revision            1
 categories          news
 platforms           darwin
 maintainers         vinc17 openmaintainer
@@ -109,7 +110,12 @@
 # the culprit (the PCRE that comes with tin in known to be buggy, but it is
 # the same as in MacPorts). However it is recommended to use the libraries
 # from MacPorts anyway.
-depends_lib         port:gettext port:libiconv port:ncursesw port:pcre
+depends_lib         port:gettext \
+                    port:icu \
+                    port:libiconv \
+                    port:libidn \
+                    port:ncursesw \
+                    port:pcre
 
 # Do not use the --enable-debug option. See
 #   From: Vincent Lefevre <vincent at vinc17.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110111/faffbba6/attachment.html>


More information about the macports-changes mailing list