Ticket #18154: ncursesw-Portfile.diff

File ncursesw-Portfile.diff, 634 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 15 years ago)
  • Portfile

    old new  
    11# $Id: Portfile 42173 2008-11-16 16:53:43Z nox@macports.org $
    22
    33PortSystem              1.0
     4PortGroup   merge_universal 1.0
    45
    56name                    ncursesw
    67version                 5.7
     
    3334                                --without-ada \
    3435                                --enable-safe-sprintf \
    3536                                --enable-sigwinch \
    36                                 --mandir=${prefix}/share/man
     37                                --mandir=${prefix}/share/man \
     38                                --with-manpage-format=normal
     39
     40if { ${os.arch}=="i386" } {
     41    set universal_archs_supported  "i386 x86_64"
     42} else {
     43    set universal_archs_supported  "ppc ppc64"
     44}
    3745
    3846use_parallel_build      yes