Ticket #29382: Portfile.diff
File Portfile.diff, 463 bytes (added by raphael-st (Raphael Straub), 14 years ago) |
---|
-
Portfile
old new 36 36 port:zlib \ 37 37 port:gmp 38 38 39 configure.compiler gcc-4.2 40 39 41 variant demos description {Create demos} { 40 42 PortGroup qt4 1.0 41 43 … … 61 63 copy ${worksrcpath}/examples ${destroot}${prefix}/share/${name} 62 64 } 63 65 } 66 67 platform darwin 8 { 68 depends_lib-append apple-gcc42 69 configure.compiler apple-gcc-4.2 70 }