From owner-freebsd-questions@FreeBSD.ORG Wed Feb 25 11:22:30 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB79D106564A for ; Wed, 25 Feb 2009 11:22:30 +0000 (UTC) (envelope-from brentgclarklist@gmail.com) Received: from mail.eccotours.biz (mail.ripponssafarilodge.com [196.36.10.114]) by mx1.freebsd.org (Postfix) with ESMTP id 5DD398FC28 for ; Wed, 25 Feb 2009 11:22:30 +0000 (UTC) (envelope-from brentgclarklist@gmail.com) Received: from [192.168.111.31] by mail.eccotours.biz with esmtp (Exim 4.69) (envelope-from ) id 1LcH9B-0005IN-EC for freebsd-questions@freebsd.org; Wed, 25 Feb 2009 12:37:49 +0200 Message-ID: <49A51F7D.4030109@gmail.com> Date: Wed, 25 Feb 2009 12:37:49 +0200 From: Brent Clark User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <49A40BC1.909@gmail.com> <49A41132.3090201@comcast.net> In-Reply-To: <49A41132.3090201@comcast.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Pango not found ..... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2009 11:22:32 -0000 Steve Polyack wrote: > I ran into this as well. There is not a configurable option to build > pango with Cairo support. It is a default. Simply rebuilding pango > took care of it: > > $ portupgrade -f pango > > or > > $ cd /usr/ports/x11-toolkits/pango > $ make && make deinstall reinstall > Thanks this did the trick. Kind Regards Brent Clark