K 10 svn:author V 5 eugen K 8 svn:date V 27 2018-11-25T12:09:27.129302Z K 7 svn:log V 450 net/mpd5: remove BROKEN_SSL* For now, BROKERNL_SSL* is designed for port that defines GNU_CONFIGURE and USES=pkgconfig to get libssl's include and library paths by means of pkg-config --cflags/--libs or just use CFLAGS etc. including ${LOCALBASE} net/mpd5 does not use pkgconfig nor GNU configure and since last update it forces usage of system libssl despite of presence of other *SSL packages, so BROKEN_SSL* is unneeded and does only harm here. END