Bug 66880

Summary: audio/mp3blaster: wrong options describtion
Product: Ports & Packages Reporter: Roman Bogorodskiy <bogorodskiy>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Roman Bogorodskiy 2004-05-19 15:20:26 UTC
	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
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-05-19 19:41:34 UTC
State Changed
From-To: open->closed

Committed, thanks!