math/pspp: Fix build

cairo and pango are required dependencies.

PR:	265229
Reported by:	000.fbsd@quip.cz

(cherry picked from commit 5281a948fa)
This commit is contained in:
Miroslav Lachman 2022-07-18 08:36:40 +02:00 committed by Fernando Apesteguía
parent 07a6a3f063
commit f663730727

View File

@ -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