git: ea6a6d1fe1cd - main - multimedia/shotcut: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Oct 2021 11:15:18 UTC
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