[30830] trunk/dports/devel/dialog/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Nov 7 23:20:21 PST 2007


Revision: 30830
          http://trac.macosforge.org/projects/macports/changeset/30830
Author:   jwa at macports.org
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

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	jyrki.wahlstedt at hut.fi
 
 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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071107/3518a80d/attachment.html


More information about the macports-changes mailing list