USES+= readline doesn't automatically imply using ports readline on platforms
that don't have it in base. Work around by making that dependency explicit.
Spotted by: Maxim Filimonov <che@bein.link>
Discussed with: bapt
- Add USES+= readline to work around readline removal from base,
which causes build-issues on 11.0-CURRENT
- While there, remove GH_COMMIT
Spotted by: Maxim Filimonov <che@bein.link>
Differential Revision: https://reviews.freebsd.org/D2147
Approved by: koobs (mentor)