diff options
author | Philipp Ost <bsd@philippost.de> | 2021-08-14 16:43:42 -0300 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2021-08-14 16:44:43 -0300 |
commit | ca96cfcebb5cb8bc01c563daefbe800c8b281e27 (patch) | |
tree | 473ae03d803f2343d5b9e7dba1b10ee567bc4c88 /math/R | |
parent | security/vuxml: Document credential leakage vulnerability (diff) |
math/R: Add missing harfbuzz dependency when CAIROPANGO is on
PR: 257795
Diffstat (limited to 'math/R')
-rw-r--r-- | math/R/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 41f0787a154e..0e3acbd08602 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -74,6 +74,7 @@ X11_DESC= X11 graphics device ATLAS_USES= blaslapack:atlas ATLAS_CONFIGURE_ON= --disable-BLAS-shlib CAIROPANGO_IMPLIES= X11 +CAIROPANGO_LIB_DEPENDS= libharfbuzz.so:print/harfbuzz CAIROPANGO_USES= gettext gnome jpeg pkgconfig CAIROPANGO_USE= GNOME=cairo,pango CAIROPANGO_CONFIGURE_WITH= cairo |