git: 22791e55a64a - main - emulators/open-vm-tools: Add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Dec 2022 16:31:21 UTC
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=22791e55a64ab7c471335fb0822945bad0ebc654 commit 22791e55a64ab7c471335fb0822945bad0ebc654 Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2022-12-22 16:30:25 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2022-12-22 16:30:25 +0000 emulators/open-vm-tools: Add missing dependency When X11 option is set, it depends of print/harfbuzz Sponsored by: Rubicon Communications, LLC ("Netgate") --- emulators/open-vm-tools/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index c0056f88abaf..bca01548f319 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -1,6 +1,7 @@ PORTNAME= open-vm-tools PORTVERSION= 12.1.5 DISTVERSIONPREFIX= stable- +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= emulators @@ -62,7 +63,8 @@ FUSE_USES= fuse LIBNOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify OPENSSL_CONFIGURE_WITH= ssl X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libfreetype.so:print/freetype2 \ + libharfbuzz.so:print/harfbuzz X11_USES= xorg X11_USE= GNOME=gdkpixbuf2,gdkpixbuf2xlib,gtk30,gtkmm30 \ XORG=ice,sm,x11,xext,xi,xinerama,xorgproto,xrandr,xrender,xtst