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

vinc17 at macports.org vinc17 at macports.org
Wed Feb 18 16:43:41 PST 2009


Revision: 46978
          http://trac.macports.org/changeset/46978
Author:   vinc17 at macports.org
Date:     2009-02-18 16:43:40 -0800 (Wed, 18 Feb 2009)
Log Message:
-----------
tin-recent: switched to ncursesw for UTF-8 support (thanks to
Alexander Wasmuth for the suggestion).

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

Modified: trunk/dports/news/tin-recent/Portfile
===================================================================
--- trunk/dports/news/tin-recent/Portfile	2009-02-19 00:31:27 UTC (rev 46977)
+++ trunk/dports/news/tin-recent/Portfile	2009-02-19 00:43:40 UTC (rev 46978)
@@ -70,6 +70,7 @@
 
 name                tin-recent
 version             1.9.4
+revision            1
 categories          news
 platforms           darwin
 maintainers         vincent-opdarw at vinc17.org
@@ -105,7 +106,7 @@
 # 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:ncurses port:pcre
+depends_lib         port:gettext port:libiconv port:ncursesw port:pcre
 
 # Do not use the --enable-debug option. See
 #   From: Vincent Lefevre <vincent at vinc17.org>
@@ -125,7 +126,7 @@
                     --sysconfdir=${prefix}/etc \
                     --disable-pgp-gpg \
                     --without-ispell \
-                    --with-screen=ncurses
+                    --with-screen=ncursesw
 
 build.dir           "${worksrcpath}/src"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090218/877bc634/attachment.html>


More information about the macports-changes mailing list