Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2018 01:41:02 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485578 - head/graphics/pencil2d
Message-ID:  <201811220141.wAM1f23m019686@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Nov 22 01:41:01 2018
New Revision: 485578
URL: https://svnweb.freebsd.org/changeset/ports/485578

Log:
  graphics/pencil2d: Add ffmpeg dependency
  
  Reported by:	upstream maintainer (scribblemaniac user @github)

Modified:
  head/graphics/pencil2d/Makefile

Modified: head/graphics/pencil2d/Makefile
==============================================================================
--- head/graphics/pencil2d/Makefile	Thu Nov 22 01:24:23 2018	(r485577)
+++ head/graphics/pencil2d/Makefile	Thu Nov 22 01:41:01 2018	(r485578)
@@ -4,6 +4,7 @@ PORTNAME=	pencil2d
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.6.2-63
 DISTVERSIONSUFFIX=	-gd05fbae0
+PORTREVISION=	1
 CATEGORIES=	graphics math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -11,6 +12,8 @@ COMMENT=	Easy and intuitive tool to make 2D hand-drawn
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
+
+RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg
 
 USES=		desktop-file-utils gl gmake qmake qt:5 shared-mime-info
 USE_GITHUB=	yes



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