Ticket #29236: Portfile.diff
File Portfile.diff, 572 bytes (added by guidolorenz@…, 14 years ago) |
---|
-
Portfile
old new 27 27 rmd160 8c7b5ec7478035490bcb78193b7659ee6293c785 28 28 29 29 depends_lib port:py27-distribute \ 30 port:libxml2 \ 30 31 path:${python.pkgd}/py2app/__init__.py:py27-py2app 31 32 33 pre-configure { 34 reinplace "s|USE_SYSTEM_LIBXML = False|USE_SYSTEM_LIBXML = True|" ${worksrcpath}/setup.py 35 } 36 32 37 post-destroot { 33 38 xinstall -m 644 -W ${worksrcpath} HISTORIC.txt Install.txt \ 34 39 License.txt NEWS.txt README.txt \