From owner-freebsd-gnome@FreeBSD.ORG Mon Nov 10 20:56:04 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1759216A4CE for ; Mon, 10 Nov 2003 20:56:04 -0800 (PST) Received: from mail.lovett.com (core.lovett.com [216.168.8.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2799944005 for ; Mon, 10 Nov 2003 20:56:03 -0800 (PST) (envelope-from ade@FreeBSD.org) Received: from 44ba06102.mdfrd.or.charter.com ([68.186.6.102] helo=[192.168.1.101]) by mail.lovett.com with asmtp (Exim 4.24; FreeBSD 4.9) id 1AJQZO-000DwY-OL for gnome@FreeBSD.org; Tue, 11 Nov 2003 04:56:03 +0000 From: Ade Lovett To: gnome@FreeBSD.org Content-Type: text/plain Message-Id: <1068526561.637.5.camel@scythe.lovett.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Mon, 10 Nov 2003 20:56:01 -0800 Content-Transfer-Encoding: 7bit Subject: [PATCH] minor bsd.gnome.mk laggage X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2003 04:56:04 -0000 bsd.gnome.mk is lagging a little in the detection of libgnomeprint and libgnomeprintui, from 2.0 to 2.2 respectively. Noticed when Abiword wasn't building as Abiword-gnome. http://people.FreeBSD.org/~ade/patches/bsd.gnome.mk.20031110.patch does the necessary, it's so trivial, it's not worth the PR. -aDe