View | Details | Raw Unified | Return to bug 99143
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 41-51 Link Here
41
41
42
.if !defined(WITH_BEEP_MEDIA_PLAYER) && !defined(WITH_XMMS)
42
.if !defined(WITH_BEEP_MEDIA_PLAYER) && !defined(WITH_XMMS)
43
.if defined(WITHOUT_BEEP_MEDIA_PLAYER) && defined(WITHOUT_XMMS)
43
.if defined(WITHOUT_BEEP_MEDIA_PLAYER) && defined(WITHOUT_XMMS)
44
BROKEN=		"You need to select beep or XMMS.  Run 'make config' again!"
44
BROKEN=		You need to select beep or XMMS.  Run 'make config' again!
45
.endif
45
.endif
46
WITH_XMMS=	yes
46
WITH_XMMS=	yes
47
.elif defined(WITH_BEEP_MEDIA_PLAYER) && defined(WITH_XMMS)
47
.elif defined(WITH_BEEP_MEDIA_PLAYER) && defined(WITH_XMMS)
48
BROKEN=		"beep and XMMS is mutually exclusive.  Run 'make config' again!"
48
BROKEN=		beep and XMMS are mutually exclusive.  Run 'make config' again!
49
.endif
49
.endif
50
.if defined(WITH_BEEP_MEDIA_PLAYER)
50
.if defined(WITH_BEEP_MEDIA_PLAYER)
51
LIB_DEPENDS=	beep.2:${PORTSDIR}/multimedia/beep-media-player
51
LIB_DEPENDS=	beep.2:${PORTSDIR}/multimedia/beep-media-player

Return to bug 99143