hide dependency in graphics/xpdf port

Eric P. Scott eps+pqry0703 at ana.com
Sat Mar 31 21:57:35 UTC 2007


Try inserting something like this before ".if defined(A4)" in the
port's Makefile:


.if defined(WITH_LIBPAPER)
LIB_DEPENDS+=	paper.2:${PORTSDIR}/print/libpaper
CONFIGURE_ARGS+=	-with-libpaper-library="${LOCALBASE}/lib" \
		--with-libpaper-includes="${LOCALBASE}/include"
.else
CONFIGURE_ARGS+=	--without-libpaper-library
.endif


If that solves the problem, submit a Followup to PR ports/110058
with the additional logic so it can be incorporated in the
upgrade to xpdf 3.02.

(Using A4 is not a factor here.)

					-=EPS=-


More information about the freebsd-ports mailing list