git: ca96cfcebb5c - main - math/R: Add missing harfbuzz dependency when CAIROPANGO is on

Joseph Mingrone jrm at FreeBSD.org
Sat Aug 14 19:44:58 UTC 2021


The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ca96cfcebb5cb8bc01c563daefbe800c8b281e27

commit ca96cfcebb5cb8bc01c563daefbe800c8b281e27
Author:     Philipp Ost <bsd at philippost.de>
AuthorDate: 2021-08-14 19:43:42 +0000
Commit:     Joseph Mingrone <jrm at FreeBSD.org>
CommitDate: 2021-08-14 19:44:43 +0000

    math/R: Add missing harfbuzz dependency when CAIROPANGO is on
    
    PR:             257795
---
 math/R/Makefile | 1 +
 1 file changed, 1 insertion(+)

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


More information about the dev-commits-ports-main mailing list