diff options
author | _X_ <tszt2021@vivaldi.net> | 2022-06-21 15:51:38 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2022-06-21 15:51:38 +0000 |
commit | 1023add82d0c207cbd5abc7f9031f5f5de8be175 (patch) | |
tree | 05798c17dfcc7e41623e298d2458ece58df939db | |
parent | 3d02ec7db0e680120ae3db5442f5724e517e527e (diff) | |
download | ports-1023add82d0c207cbd5abc7f9031f5f5de8be175.tar.gz ports-1023add82d0c207cbd5abc7f9031f5f5de8be175.zip |
deskutils/anydesk: Add missing dependency
PR: 262275
Approved by: freebsd AT sysctl DOT cz (maintainer)
-rw-r--r-- | deskutils/anydesk/Makefile | 7 |
1 files 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 |