Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Aug 2021 19:44:58 GMT
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ca96cfcebb5c - main - math/R: Add missing harfbuzz dependency when CAIROPANGO is on
Message-ID:  <202108141944.17EJiw01077907@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm:

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

commit ca96cfcebb5cb8bc01c563daefbe800c8b281e27
Author:     Philipp Ost <bsd@philippost.de>
AuthorDate: 2021-08-14 19:43:42 +0000
Commit:     Joseph Mingrone <jrm@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108141944.17EJiw01077907>