Clean up remaining unused TOOLKIT_DESC

This commit is contained in:
Tobias Kortkamp 2019-10-19 11:26:35 +00:00
parent 034ff964a6
commit 14d49b0188
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514789
2 changed files with 0 additions and 3 deletions

View file

@ -34,7 +34,6 @@ OPTIONS_MULTI_ENGINE= MPLAYER MPV
OPTIONS_DEFINE= DOCS DEBUG SKINS THEMES OPTIONS_DEFINE= DOCS DEBUG SKINS THEMES
OPTIONS_DEFAULT= MPV SKINS THEMES OPTIONS_DEFAULT= MPV SKINS THEMES
TOOLKIT_DESC= Qt toolkit version
ENGINE_DESC= Multimedia engine ENGINE_DESC= Multimedia engine
MPLAYER_DESC= Allow to use MPlayer as multimedia engine MPLAYER_DESC= Allow to use MPlayer as multimedia engine
MPV_DESC= Allow to use mpv as multimedia engine MPV_DESC= Allow to use mpv as multimedia engine

View file

@ -30,14 +30,12 @@ OPTIONS_MULTI_PLAYER= MPLAYER MPV SMPLAYER VLC
OPTIONS_DEFINE= DOCS OPTIONS_DEFINE= DOCS
OPTIONS_DEFAULT= QT5 SMPLAYER OPTIONS_DEFAULT= QT5 SMPLAYER
TOOLKIT_DESC= Qt toolkit version
PLAYER_DESC= Video player PLAYER_DESC= Video player
MPLAYER_DESC= MPlayer dependency for video playback MPLAYER_DESC= MPlayer dependency for video playback
MPV_DESC= mpv dependency for video playback MPV_DESC= mpv dependency for video playback
SMPLAYER_DESC= SMPlayer dependency for video playback SMPLAYER_DESC= SMPlayer dependency for video playback
VLC_DESC= VLC dependency for video playback VLC_DESC= VLC dependency for video playback
MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer
MPV_RUN_DEPENDS= mpv:multimedia/mpv MPV_RUN_DEPENDS= mpv:multimedia/mpv
SMPLAYER_RUN_DEPENDS= smplayer:multimedia/smplayer SMPLAYER_RUN_DEPENDS= smplayer:multimedia/smplayer