Subject: Re: How to depend on graphics/freetype2?
To: Adam <adam@albedo.art.pl>
From: Thomas Klausner <wiz@netbsd.org>
List: tech-pkg
Date: 07/25/2003 14:44:04
On Fri, Jul 25, 2003 at 02:22:47PM +0200, Adam wrote:
> I'm trying to upgrade gimp-current to 1.3.17, but it depends
> on freetype-2.1.4.  The problem is, the graphics/freetype2
> buildlink.mk will not use the package as long as there
> is XFree-4.x installed.  How can I force using the freetype2
> package instead of the XFree-4.x (aka xsrc) for buildlinking?

Just set
BUILDLINK_DEPENDS.freetype2=    freetype2>=2.1.4
in gimp's Makefile, that should fix it.
 Thomas