1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

make WITH_BEEP_MEDIA_PLAYER actually work.

This commit is contained in:
Hajimu UMEMOTO 2005-05-01 17:59:57 +00:00
parent 0117358323
commit c552b1fbb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134457

View File

@ -50,7 +50,7 @@ BROKEN= "beep and XMMS is mutually exclusive. Run 'make config' again!"
.endif
.if defined(WITH_BEEP_MEDIA_PLAYER)
LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player
MAKE_ENV+= WITH_BMP=yes
MAKE_ENV+= USE_BMP=yes
.elif defined(WITH_XMMS)
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
.endif