Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2001 11:43:08 -0700 (PDT)
From:      Mike Harding <mvh@ix.netcom.com>
To:        ports@freebsd.org
Subject:   gd dependency on freetype incorrect - should be freetype2
Message-ID:  <20011020184308.7956013402@netcom1.netcom.com>

next in thread | raw e-mail | index | archive | help

Check the Makefile - it has

LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png \
		jpeg.9:${PORTSDIR}/graphics/jpeg \
		freetype:${PORTSDIR}/print/freetype2

and this last line will be satisfied with freetype1... which will
cause gd to fail.  I 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011020184308.7956013402>