Bug 66880 - audio/mp3blaster: wrong options describtion
Summary: audio/mp3blaster: wrong options describtion
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-19 15:20 UTC by Roman Bogorodskiy
Modified: 2004-05-19 19:41 UTC (History)
0 users

See Also:


Attachments
file.diff (451 bytes, patch)
2004-05-19 15:20 UTC, Roman Bogorodskiy
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!