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 @@ -1,30 +1,29 @@ PORTNAME= you-get PORTVERSION= 0.4.1650 PORTREVISION= 2 CATEGORIES= www MASTER_SITES= PYPI MAINTAINER= sunpoet@FreeBSD.org COMMENT= Dumb downloader that scrapes the web WWW= https://you-get.org/ \ https://github.com/soimort/you-get LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ffmpeg:multimedia/ffmpeg USES= python 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