Hi, On Wed, Oct 14, 2020 at 02:26:48PM +0100, Stuart Henderson wrote: > > ===> poppler-20.09.0 depends on: qttools-* > > > > In print/poppler/Makefile you have > > > > NOT_FOR_ARCHS-qt5 = arm > > > > But there is no condition to this > > > > MODULES+= x11/qt5 > > > > so qttools is pulled in. > > Diff to fix that below. kili, ok?
Yes, looks sane. Ciao, Kili > Index: Makefile > =================================================================== > RCS file: /cvs/ports/print/poppler/Makefile,v > retrieving revision 1.161 > diff -u -p -r1.161 Makefile > --- Makefile 9 Sep 2020 20:16:44 -0000 1.161 > +++ Makefile 14 Oct 2020 13:06:19 -0000 > @@ -42,7 +42,9 @@ cWANTLIB= expat freetype fontconfig jpeg > > MODULES= devel/cmake > > +.if ${BUILD_PACKAGES:M-qt5} > MODULES+= x11/qt5 > +.endif > > # devel/boost only as build+run dependency, poppler uses > # header-only classes (from boost/containers/small_vector.hpp) >