- unquote BROKEN.

- make the grammar freaks happy.

PR:		ports/99143
Submitted by:	Alexander Botero-Lowry <alex__at__foxybanana.com>
This commit is contained in:
Hajimu UMEMOTO 2006-06-19 12:27:02 +00:00
parent 3c47d55ef1
commit 7c5a7b23b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165772

View File

@ -41,11 +41,11 @@ OPTIONS= BEEP_MEDIA_PLAYER "Use beep" off \
.if !defined(WITH_BEEP_MEDIA_PLAYER) && !defined(WITH_XMMS)
.if defined(WITHOUT_BEEP_MEDIA_PLAYER) && defined(WITHOUT_XMMS)
BROKEN= "You need to select beep or XMMS. Run 'make config' again!"
BROKEN= You need to select beep or XMMS. Run 'make config' again!
.endif
WITH_XMMS= yes
.elif defined(WITH_BEEP_MEDIA_PLAYER) && defined(WITH_XMMS)
BROKEN= "beep and XMMS is mutually exclusive. Run 'make config' again!"
BROKEN= beep and XMMS are mutually exclusive. Run 'make config' again!
.endif
.if defined(WITH_BEEP_MEDIA_PLAYER)
LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player