Ticket #18797: Portfile.diff
File Portfile.diff, 418 bytes (added by jjstickel@…, 16 years ago) |
---|
-
Portfile
old new 41 41 42 42 build.env MPLIB_BASE="${prefix}" 43 43 44 if {${os.major} < 9} { 45 depends_lib-delete port:py25-pyobjc2-cocoa 46 } 47 44 48 post-patch { 45 49 reinplace "s|@@MPORTS_PREFIX@@|${prefix}|" ${worksrcpath}/setupext.py 46 50 }