[81548] trunk/dports/devel/ncurses/Portfile

jmr at macports.org jmr at macports.org
Mon Aug 1 08:15:41 PDT 2011


Revision: 81548
          http://trac.macports.org/changeset/81548
Author:   jmr at macports.org
Date:     2011-08-01 08:15:39 -0700 (Mon, 01 Aug 2011)
Log Message:
-----------
ncurses: build consistently on case-sensitive and -insensitive filesystems

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

Modified: trunk/dports/devel/ncurses/Portfile
===================================================================
--- trunk/dports/devel/ncurses/Portfile	2011-08-01 14:49:01 UTC (rev 81547)
+++ trunk/dports/devel/ncurses/Portfile	2011-08-01 15:15:39 UTC (rev 81548)
@@ -4,6 +4,7 @@
 
 name            ncurses
 version         5.9
+revision        1
 categories      devel
 platforms       darwin freebsd
 license         MIT
@@ -42,7 +43,8 @@
                 --mandir=${prefix}/share/man \
                 --with-manpage-format=normal \
                 --enable-pc-files \
-                --enable-symlinks
+                --enable-symlinks \
+                --disable-mixed-case
 # using symlinks because of ticket #13601
 
 if {[variant_isset universal]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110801/8470a4da/attachment.html>


More information about the macports-changes mailing list