Skip to content

Commit

Permalink
emulators/open-vm-tools: Add missing dependency
Browse files Browse the repository at this point in the history
When X11 option is set, it depends of print/harfbuzz

Sponsored by:	Rubicon Communications, LLC ("Netgate")
  • Loading branch information
rbgarga committed Dec 22, 2022
1 parent 4126c3a commit 22791e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion emulators/open-vm-tools/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
PORTNAME= open-vm-tools
PORTVERSION= 12.1.5
DISTVERSIONPREFIX= stable-
PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= emulators

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 22791e5

Please sign in to comment.