From owner-freebsd-ports Sat Oct 20 11:43:44 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mclean.mail.mindspring.net (mclean.mail.mindspring.net [207.69.200.57]) by hub.freebsd.org (Postfix) with ESMTP id 6EAC837B401 for ; Sat, 20 Oct 2001 11:43:42 -0700 (PDT) Received: from netcom1.netcom.com (user-38ldm2m.dialup.mindspring.com [209.86.216.86]) by mclean.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id OAA16477 for ; Sat, 20 Oct 2001 14:43:38 -0400 (EDT) Received: by netcom1.netcom.com (Postfix, from userid 1000) id 7956013402; Sat, 20 Oct 2001 11:43:08 -0700 (PDT) From: Mike Harding To: ports@freebsd.org Subject: gd dependency on freetype incorrect - should be freetype2 Message-Id: <20011020184308.7956013402@netcom1.netcom.com> Date: Sat, 20 Oct 2001 11:43:08 -0700 (PDT) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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