There is a such line in audio/mp3blaster port Makefile: @${ECHO_MSG} " WITHOUT_SIDPLAY=yes Turns on Sidplayer support" The WITHOUT_SIDPLAY option actually turns off Sidplayer support: .if !defined(WITHOUT_SIDPLAY) LIB_DEPENDS+= sidplay.1:${PORTSDIR}/audio/libsidplay .else CONFIGURE_ARGS+= --without-sidplay .endif
State Changed From-To: open->closed Committed, thanks!