svn commit: r438800 - head/www/you-get

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 18 19:38:34 UTC 2017


Author: sunpoet
Date: Tue Apr 18 19:38:32 2017
New Revision: 438800
URL: https://svnweb.freebsd.org/changeset/ports/438800

Log:
  Add RTMPDUMP option

Modified:
  head/www/you-get/Makefile

Modified: head/www/you-get/Makefile
==============================================================================
--- head/www/you-get/Makefile	Tue Apr 18 19:38:28 2017	(r438799)
+++ head/www/you-get/Makefile	Tue Apr 18 19:38:32 2017	(r438800)
@@ -15,6 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg
 
+OPTIONS_DEFINE=	RTMPDUMP
+
 NO_ARCH=	yes
 USE_PYTHON=	autoplist distutils
 USES=		python:3
@@ -22,4 +24,6 @@ USES=		python:3
 GH_ACCOUNT=	soimort
 USE_GITHUB=	yes
 
+RTMPDUMP_RUN_DEPENDS=	rtmpdump:multimedia/rtmpdump
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list