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:
parent
07a6a3f063
commit
f663730727
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user