On Jan 22, 2008, at 04:51, [EMAIL PROTECTED] wrote:

Revision: 33247
          http://trac.macosforge.org/projects/macports/changeset/33247
Author:   [EMAIL PROTECTED]
Date:     2008-01-22 02:51:38 -0800 (Tue, 22 Jan 2008)

Log Message:
-----------
make port lint clean, make utf8 a default with installation

Then you must increment the port's revision so everyone gets that change.


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

Modified: trunk/dports/devel/dialog/Portfile
===================================================================
--- trunk/dports/devel/dialog/Portfile 2008-01-22 10:50:02 UTC (rev 33246) +++ trunk/dports/devel/dialog/Portfile 2008-01-22 10:51:38 UTC (rev 33247)
@@ -1,6 +1,7 @@
 # $Id$

 PortSystem 1.0
+
 name           dialog
 version                1.1-20071028
 epoch          20071028
@@ -27,7 +28,8 @@

 depends_lib    port:ncurses

-configure.args --mandir=${prefix}/share/man
+configure.args --mandir=${prefix}/share/man \
+    --with-ncursesw

 post-destroot  {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}/ examples
@@ -56,9 +58,5 @@
     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