Ticket #29236: Portfile.diff

File Portfile.diff, 572 bytes (added by guidolorenz@…, 13 years ago)
  • Portfile

    old new  
    2727                rmd160  8c7b5ec7478035490bcb78193b7659ee6293c785
    2828
    2929depends_lib     port:py27-distribute \
     30                port:libxml2 \
    3031                path:${python.pkgd}/py2app/__init__.py:py27-py2app
    3132
     33pre-configure {
     34        reinplace "s|USE_SYSTEM_LIBXML = False|USE_SYSTEM_LIBXML = True|" ${worksrcpath}/setup.py
     35}
     36
    3237post-destroot {
    3338    xinstall -m 644 -W ${worksrcpath} HISTORIC.txt Install.txt \
    3439        License.txt NEWS.txt README.txt \