Comment 7 for bug 1276871

Revision history for this message
su_v (suv-lp) wrote :

I'm not familiar with the internals of FreeBSD's port collection, but these lines in the Makefile of the FreeBSD port look suspiciously as if 'poppler' was or can be deliberately disabled in the configure file (depending on where WITH_POPPLER is defined):

68 .if !defined(WITH_POPPLER)
69 @${REINPLACE_CMD} -e 's|poppler|pdisable|g' \
70 ${WRKSRC}/configure
71 .endif
<http://svnweb.freebsd.org/ports/head/graphics/inkscape/Makefile?revision=337749&view=markup#l68>