Ticket #18797: Portfile.diff

File Portfile.diff, 418 bytes (added by jjstickel@…, 15 years ago)
  • Portfile

    old new  
    4141
    4242build.env          MPLIB_BASE="${prefix}"
    4343
     44if {${os.major} < 9} {
     45   depends_lib-delete port:py25-pyobjc2-cocoa
     46}
     47
    4448post-patch {
    4549  reinplace "s|@@MPORTS_PREFIX@@|${prefix}|" ${worksrcpath}/setupext.py
    4650}