Date: Mon, 11 Nov 2024 21:58:36 GMT From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ec12eb08f199 - main - net-im/linux-whatsdesk: Add missing dependency Message-ID: <202411112158.4ABLwaka062963@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nivit: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec12eb08f19943a2865f5d006255f1e5f541535c commit ec12eb08f19943a2865f5d006255f1e5f541535c Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2024-11-11 21:57:22 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2024-11-11 21:57:22 +0000 net-im/linux-whatsdesk: Add missing dependency - Add graphics/linux-rl9-jpeg to run dependencies - Bump PORTREVISION --- net-im/linux-whatsdesk/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-im/linux-whatsdesk/Makefile b/net-im/linux-whatsdesk/Makefile index 3e5570c299c9..d0594616a999 100644 --- a/net-im/linux-whatsdesk/Makefile +++ b/net-im/linux-whatsdesk/Makefile @@ -1,6 +1,7 @@ PORTNAME= linux-whatsdesk DISTVERSIONPREFIX= v DISTVERSION= 0.3.9 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= https://zerkc.gitlab.io/whatsdesk/ DISTFILES= whatsdesk_${DISTVERSION}_amd64.deb @@ -19,7 +20,7 @@ EXTRACT_DEPENDS= deb2targz:archivers/deb2targz USES= desktop-file-utils linux:rl9 tar:xz USE_LINUX= alsa-plugins-oss alsa-plugins-pulseaudio alsalib at-spi2-atk \ - atk ca-certificates cups-libs dbuslibs devtools gtk3 libdrm \ + atk ca-certificates cups-libs dbuslibs devtools gtk3 jpeg libdrm \ libsigsegv nss opus NO_BUILD= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411112158.4ABLwaka062963>