diff options
-rw-r--r-- | net/unison232/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/unison232/Makefile b/net/unison232/Makefile index 0180de6e5690..30fcf0fe4897 100644 --- a/net/unison232/Makefile +++ b/net/unison232/Makefile @@ -30,7 +30,8 @@ x11_PKGNAMESUFFIX= ${_VERSIONSUFFIX} x11_BUILD_DEPENDS= lablgtk2:x11-toolkits/ocaml-lablgtk2 \ icotool:graphics/icoutils x11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libfreetype.so:print/freetype2 \ + libharfbuzz.so:print/harfbuzz x11_RUN_DEPENDS= lablgtk2:x11-toolkits/ocaml-lablgtk2 x11_CONFLICTS_INSTALL= unison${_VERSIONSUFFIX}-nox11 |