git: 9bf899f2dbc7 - main - devel/electron13: add missing dependency (multimedia/libva)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 04 Dec 2021 12:55:53 UTC
The branch main has been updated by tagattie:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9bf899f2dbc7b674314c82875f012c8eb4adc1d7
commit 9bf899f2dbc7b674314c82875f012c8eb4adc1d7
Author: Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2021-12-04 12:54:26 +0000
Commit: Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2021-12-04 12:55:43 +0000
devel/electron13: add missing dependency (multimedia/libva)
Reported by: olgeni (via email)
---
devel/electron13/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/electron13/Makefile b/devel/electron13/Makefile
index 7ca840074b77..c8b7765fd90a 100644
--- a/devel/electron13/Makefile
+++ b/devel/electron13/Makefile
@@ -1,6 +1,7 @@
PORTNAME= electron
DISTVERSIONPREFIX= v
DISTVERSION= ${ELECTRON_VER:S/-beta./.b/}
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://commondatastorage.googleapis.com/chromium-browser-official/:chromium \
https://commondatastorage.googleapis.com/chromium-fonts/:chromium_testfonts
@@ -41,6 +42,7 @@ LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \
libpng.so:graphics/png \
libwebp.so:graphics/webp \
libavcodec.so:multimedia/ffmpeg \
+ libva.so:multimedia/libva \
libopenh264.so:multimedia/openh264 \
libfreetype.so:print/freetype2 \
libharfbuzz.so:print/harfbuzz \