mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- unquote BROKEN.
- make the grammar freaks happy. PR: ports/99143 Submitted by: Alexander Botero-Lowry <alex__at__foxybanana.com>
This commit is contained in:
parent
3c47d55ef1
commit
7c5a7b23b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165772
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user