Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2017 19:38:33 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438800 - head/www/you-get
Message-ID:  <201704181938.v3IJcXf3061453@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704181938.v3IJcXf3061453>