git: f6637307271a - 2022Q3 - math/pspp: Fix build

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Mon, 18 Jul 2022 17:18:50 UTC
The branch 2022Q3 has been updated by fernape:

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

commit f6637307271a78422e3cbbbca89f589cb1941337
Author:     Miroslav Lachman <000.fbsd@quip.cz>
AuthorDate: 2022-07-18 06:36:40 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-07-18 17:16:05 +0000

    math/pspp: Fix build
    
    cairo and pango are required dependencies.
    
    PR:     265229
    Reported by:    000.fbsd@quip.cz
    
    (cherry picked from commit 5281a948fa9ec3a76bb8454a15b7ee8f22e0e7de)
---
 math/pspp/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/math/pspp/Makefile b/math/pspp/Makefile
index fd01b4e86968..3eba05b6ea19 100644
--- a/math/pspp/Makefile
+++ b/math/pspp/Makefile
@@ -13,9 +13,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	p5-Text-Diff>=0:textproc/p5-Text-Diff \
 		texinfo>0:print/texinfo
-LIB_DEPENDS=	libgslcblas.so:math/gsl
+LIB_DEPENDS=	libcairo.so:graphics/cairo \
+		libpango-1.0.so:x11-toolkits/pango \
+		libgslcblas.so:math/gsl
 
-USES=		cpe charsetfix gettext-tools gmake gnome iconv localbase	\
+USES=		cpe charsetfix gettext-tools gmake gnome iconv localbase \
 		libtool perl5 pkgconfig python:3.7+,build readline
 
 CPE_VENDOR=	gnu