Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jul 2022 15:24:46 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5281a948fa9e - main - math/pspp: Fix build
Message-ID:  <202207181524.26IFOkpT001235@gitrepo.freebsd.org>

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

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

commit 5281a948fa9ec3a76bb8454a15b7ee8f22e0e7de
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 15:21:34 +0000

    math/pspp: Fix build
    
    cairo and pango are required dependencies.
    
    PR:     265229
    Reported by:    000.fbsd@quip.cz
---
 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



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