Ticket #10836: Portfile.diff

File Portfile.diff, 957 bytes (added by markd@…, 18 years ago)
  • Portfile

    old new  
    44PortGroup python24 1.0
    55
    66name                    py-ctypes
    7 version                 1.0.0
     7version                 0.9.9.6
    88categories              python
    99platforms               darwin
    1010maintainers             mww@opendarwin.org
     
    1616
    1717homepage                http://starship.python.net/crew/theller/ctypes/
    1818master_sites    sourceforge:ctypes
    19 checksums               sha1 d5f7012f79dbbd43a398245d116397c215088f38
     19checksums               sha1 831a731eebf8950a3dd3eb4cc18dbde8c7a859f5
    2020distname                ctypes-${version}
    21 use_zip                 yes
    2221
    23 #depends_lib-append     port:libffi
     22depends_lib-append      port:libffi
    2423
    2524test.run                yes
    2625test.cmd                ${build.cmd}
     
    3130                README.txt ${destroot}${prefix}/share/doc/${name}
    3231}
    3332
    34 #platform darwin 8 {
    35 #       configure.env-append    CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0
    36 #}
     33platform darwin 8 {
     34        configure.env-append    CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0
     35}