summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2024-05-01 13:21:27 +0200
committerDaniel Engberg <diizzy@FreeBSD.org>2024-05-01 13:21:49 +0200
commit62a2e1addb9d42cd471e1e725f24fa8601c5aaeb (patch)
tree47f8bd68f7a8b2216ab612b5f6e02049a730cb72
parentmultimedia/mencoder: Remove support for librtmp (diff)
www/you-get: Remove option for rtmpdump
Remove invalid option as support for librtmp was removed in 8d01b5458f4660725fcaf562cdbb073debc9b751 Approved by: portmgr (blanket)
-rw-r--r--www/you-get/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/you-get/Makefile b/www/you-get/Makefile
index e4aa1f57f372..ae99db41eee2 100644
--- a/www/you-get/Makefile
+++ b/www/you-get/Makefile
@@ -21,10 +21,9 @@ USE_PYTHON= autoplist pep517 noflavors
NO_ARCH= yes
-OPTIONS_DEFINE= RTMPDUMP SOCKS
+OPTIONS_DEFINE= SOCKS
SOCKS_DESC= SOCKS support
-RTMPDUMP_RUN_DEPENDS= rtmpdump:multimedia/rtmpdump
SOCKS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysocks>=0:net/py-pysocks@${PY_FLAVOR}
.include <bsd.port.mk>