git: 1023add82d0c - main - deskutils/anydesk: Add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Jun 2022 15:53:01 UTC
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=1023add82d0c207cbd5abc7f9031f5f5de8be175 commit 1023add82d0c207cbd5abc7f9031f5f5de8be175 Author: _X_ <tszt2021@vivaldi.net> AuthorDate: 2022-06-21 15:51:38 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-06-21 15:51:38 +0000 deskutils/anydesk: Add missing dependency PR: 262275 Approved by: freebsd AT sysctl DOT cz (maintainer) --- deskutils/anydesk/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deskutils/anydesk/Makefile b/deskutils/anydesk/Makefile index be0be82cad38..9b1c71519528 100644 --- a/deskutils/anydesk/Makefile +++ b/deskutils/anydesk/Makefile @@ -1,5 +1,6 @@ PORTNAME= anydesk DISTVERSION= 6.1.1 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= https://download.anydesk.com/freebsd/ DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION}-${ARCH:S/amd64/x86_64/:S/i386/i386/} @@ -10,15 +11,17 @@ COMMENT= Fast remote desktop LICENSE= commercial LICENSE_NAME= commercial LICENSE_FILE= ${WRKSRC}/copyright -LICENSE_PERMS= no-auto-accept no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell +LICENSE_PERMS= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell \ + no-auto-accept ONLY_FOR_ARCHS= amd64 i386 LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ + libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \ libinotify.so:devel/libinotify \ libpolkit-gobject-1.so:sysutils/polkit \ - libxkbfile.so:x11/libxkbfile \ + libxkbfile.so:x11/libxkbfile USES= cpe gl gnome minizip xorg