summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-10-19 11:26:35 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-10-19 11:26:35 +0000
commit14d49b018884c73d30687b19a51309ccc26d6489 (patch)
treec777921604c463fff39308530b4ea5c06cb62d1d
parent034ff964a673922073b72aa79c1cd6416da536bd (diff)
downloadfreebsd-ports-14d49b018884c73d30687b19a51309ccc26d6489.zip
Clean up remaining unused TOOLKIT_DESC
-rw-r--r--multimedia/smplayer/Makefile1
-rw-r--r--multimedia/smtube/Makefile2
2 files changed, 0 insertions, 3 deletions
diff --git a/multimedia/smplayer/Makefile b/multimedia/smplayer/Makefile
index 4e2b33bb890d..964b515c2520 100644
--- a/multimedia/smplayer/Makefile
+++ b/multimedia/smplayer/Makefile
@@ -34,7 +34,6 @@ OPTIONS_MULTI_ENGINE= MPLAYER MPV
OPTIONS_DEFINE= DOCS DEBUG SKINS THEMES
OPTIONS_DEFAULT= MPV SKINS THEMES
-TOOLKIT_DESC= Qt toolkit version
ENGINE_DESC= Multimedia engine
MPLAYER_DESC= Allow to use MPlayer as multimedia engine
MPV_DESC= Allow to use mpv as multimedia engine
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