git: 5281a948fa9e - main - math/pspp: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Jul 2022 15:24:46 UTC
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