Ticket #18154: ncursesw-Portfile.diff
File ncursesw-Portfile.diff, 634 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago) |
---|
-
Portfile
old new 1 1 # $Id: Portfile 42173 2008-11-16 16:53:43Z nox@macports.org $ 2 2 3 3 PortSystem 1.0 4 PortGroup merge_universal 1.0 4 5 5 6 name ncursesw 6 7 version 5.7 … … 33 34 --without-ada \ 34 35 --enable-safe-sprintf \ 35 36 --enable-sigwinch \ 36 --mandir=${prefix}/share/man 37 --mandir=${prefix}/share/man \ 38 --with-manpage-format=normal 39 40 if { ${os.arch}=="i386" } { 41 set universal_archs_supported "i386 x86_64" 42 } else { 43 set universal_archs_supported "ppc ppc64" 44 } 37 45 38 46 use_parallel_build yes