Ticket #33108: py-enthoughtbase_Portfile.diff

File py-enthoughtbase_Portfile.diff, 497 bytes (added by jjstickel@…, 12 years ago)
  • python/py-enthoughtbase/Portfile

    old new  
    2727if {$subport != $name} {
    2828    depends_build-append  port:py${python.version}-distribute
    2929}
     30
     31pre-configure {
     32    ui_error "Please do not install this port.  It is not needed as a
     33    dependency for recent enthought ports (>=4.0.0)."
     34    return -code error
     35}