From owner-cvs-all@FreeBSD.ORG Wed Dec 31 12:19:33 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07053106564A; Wed, 31 Dec 2008 12:19:33 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D05238FC33; Wed, 31 Dec 2008 12:19:32 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mBVCJW4f090077; Wed, 31 Dec 2008 12:19:32 GMT (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mBVCJWRr090076; Wed, 31 Dec 2008 12:19:32 GMT (envelope-from luigi) Message-Id: <200812311219.mBVCJWRr090076@repoman.freebsd.org> From: Luigi Rizzo Date: Wed, 31 Dec 2008 12:19:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics/sane-epkowa Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2008 12:19:33 -0000 luigi 2008-12-31 12:19:32 UTC FreeBSD ports repository Modified files: graphics/sane-epkowa Makefile Log: Add a missing 'USE_GNOME= gtk20' detected by the tinderbox. As explained in the Makefile, the port doesn't actually use any gtk library, but the configure script fails if it does not find them, and this is the quickest workaround. Revision Changes Path 1.2 +5 -0 ports/graphics/sane-epkowa/Makefile