mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11/wezterm: Avoid updating desktop database as .desktop file has no MimeType entry
This fixes the following poudriere warning: Warning: you may not need USES=desktop-file-utils PR: 284964
This commit is contained in:
parent
10ae342b13
commit
17fb92ba39
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= wezterm
|
||||
DISTVERSION= 20250213-133349
|
||||
DISTVERSIONSUFFIX= -ee0c04e7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11 wayland
|
||||
|
||||
MAINTAINER= vladislav.movchan@gmail.com
|
||||
|
@ -18,7 +19,7 @@ LIB_DEPENDS= libzstd.so:archivers/zstd \
|
|||
libxcb-util.so:x11/xcb-util \
|
||||
libxcb-image.so:x11/xcb-util-image
|
||||
|
||||
USES= cargo desktop-file-utils ssl xorg
|
||||
USES= cargo ssl xorg
|
||||
USE_GITHUB= yes
|
||||
USE_GITLAB= nodefault
|
||||
USE_XORG= x11 xcb
|
||||
|
|
Loading…
Add table
Reference in a new issue