Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Oct 2021 11:15:18 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ea6a6d1fe1cd - main - multimedia/shotcut: Add CPE information
Message-ID:  <202110191115.19JBFILc063100@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ea6a6d1fe1cd96601685734815752f5976a5e2a6

commit ea6a6d1fe1cd96601685734815752f5976a5e2a6
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-19 11:14:38 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-19 11:14:38 +0000

    multimedia/shotcut: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 multimedia/shotcut/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/multimedia/shotcut/Makefile b/multimedia/shotcut/Makefile
index 9f32c50e70bd..beae7d75f977 100644
--- a/multimedia/shotcut/Makefile
+++ b/multimedia/shotcut/Makefile
@@ -12,9 +12,10 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg \
 		${LOCALBASE}/lib/libjack.so:audio/jack
 
-USES=		compiler:c++11-lang desktop-file-utils gl mlt:6 pkgconfig \
+USES=		compiler:c++11-lang cpe desktop-file-utils gl mlt:6 pkgconfig \
 		qmake qt:5 sdl shared-mime-info \
 		xorg
+CPE_VENDOR=	meltytech
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	mltframework



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