On Nov 8, 2007, at 01:20, [EMAIL PROTECTED] wrote:

Revision: 30830
          http://trac.macosforge.org/projects/macports/changeset/30830
Author:   [EMAIL PROTECTED]
Date:     2007-11-07 23:20:19 -0800 (Wed, 07 Nov 2007)

Log Message:
-----------
adding variant utf8 per request in ticket #13118, ncursesw dependency is not needed as already provided by ncurses

Is there a reason why you're not just enabling this all the time? Why is it a variant?


Modified Paths:
--------------
    trunk/dports/devel/dialog/Portfile

Modified: trunk/dports/devel/dialog/Portfile
===================================================================
--- trunk/dports/devel/dialog/Portfile 2007-11-08 06:40:34 UTC (rev 30829) +++ trunk/dports/devel/dialog/Portfile 2007-11-08 07:20:19 UTC (rev 30830)
@@ -6,7 +6,6 @@
 epoch          20071028
 categories     devel
 maintainers    jwa
-#maintainers   [EMAIL PROTECTED]

description A utility to create nice user interfaces to shell scripts, \
     or other scripting languages, such as perl.
@@ -66,5 +65,9 @@
     configure.compiler gcc-4.0
 }

+variant utf8 {
+    configure.args-append      --with-ncursesw
+}
+
 livecheck.check        moddate
 livecheck.url  ${homepage}CHANGES

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to