Permalink
Browse files
mysql5[567]: add missing lib dependencies
These are undeclared dependencies that are opportunisticly linked with mysql during build but not declared as lib deps. As a result, they are not activated during subsequent reactivations of mysql causing rev-upgrade errors. Rev-bumps are not necessary since they're already linked in. It's sufficient for them to be activated when mysql is.
- Loading branch information
Showing
with
5 additions
and 3 deletions.
- +1 −1 databases/mysql55/Portfile
- +1 −1 databases/mysql56/Portfile
- +3 −1 databases/mysql57/Portfile