diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-19 11:26:35 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-10-19 11:26:35 +0000 |
commit | 14d49b018884c73d30687b19a51309ccc26d6489 (patch) | |
tree | c777921604c463fff39308530b4ea5c06cb62d1d /multimedia/smtube/Makefile | |
parent | 034ff964a673922073b72aa79c1cd6416da536bd (diff) |
Notes
Diffstat (limited to 'multimedia/smtube/Makefile')
-rw-r--r-- | multimedia/smtube/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/multimedia/smtube/Makefile b/multimedia/smtube/Makefile index b5b25aa7dcbb..52178b3caa06 100644 --- a/multimedia/smtube/Makefile +++ b/multimedia/smtube/Makefile @@ -30,14 +30,12 @@ OPTIONS_MULTI_PLAYER= MPLAYER MPV SMPLAYER VLC OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT= QT5 SMPLAYER -TOOLKIT_DESC= Qt toolkit version PLAYER_DESC= Video player MPLAYER_DESC= MPlayer dependency for video playback MPV_DESC= mpv dependency for video playback SMPLAYER_DESC= SMPlayer dependency for video playback VLC_DESC= VLC dependency for video playback - MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer MPV_RUN_DEPENDS= mpv:multimedia/mpv SMPLAYER_RUN_DEPENDS= smplayer:multimedia/smplayer |