Ticket #29867: patch-Portfile.diff

File patch-Portfile.diff, 601 bytes (added by l2g@…, 13 years ago)
  • dports/lang/php5/Portfile

     
    185185            return -code error "incompatible Mac OS X version"
    186186        }
    187187        if {1} {
    188             ui_error "There is no suhosin patch for PHP ${version} yet. Please check back later."
     188            ui_error "There is no suhosin patch for PHP ${version} yet. Please check back later, or install php5-suhosin."
    189189            return -code error "unavailable variant"
    190190        }
    191191    }