svn commit: r485578 - head/graphics/pencil2d

Yuri Victorovich yuri at FreeBSD.org
Thu Nov 22 01:41:03 UTC 2018


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 at 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


More information about the svn-ports-all mailing list