diff options
Diffstat (limited to 'devel/electron22/Makefile')
-rw-r--r-- | devel/electron22/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/electron22/Makefile b/devel/electron22/Makefile index 3e207510cdab..16126642d316 100644 --- a/devel/electron22/Makefile +++ b/devel/electron22/Makefile @@ -1,6 +1,7 @@ PORTNAME= electron DISTVERSIONPREFIX= v DISTVERSION= ${ELECTRON_VER:S/-beta./.b/} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/tagattie/FreeBSD-Electron/releases/download/v22.2.0/:chromium \ https://commondatastorage.googleapis.com/chromium-nodejs/:chromium_node \ @@ -31,7 +32,7 @@ BUILD_DEPENDS= gperf:devel/gperf \ ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat \ node16>0:www/node16 \ npm-node16>0:www/npm-node16 -LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-atk \ +LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libatspi.so:accessibility/at-spi2-core \ libsnappy.so:archivers/snappy \ libFLAC.so:audio/flac \ |