From owner-cvs-ports@FreeBSD.ORG Thu Sep 29 13:20:58 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8436916A41F; Thu, 29 Sep 2005 13:20:58 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41F4543D48; Thu, 29 Sep 2005 13:20:58 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8TDKw1u024169; Thu, 29 Sep 2005 13:20:58 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8TDKwRQ024168; Thu, 29 Sep 2005 13:20:58 GMT (envelope-from marius) Message-Id: <200509291320.j8TDKwRQ024168@repoman.freebsd.org> From: Marius Strobl Date: Thu, 29 Sep 2005 13:20:58 +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/x11-fonts/linux-fontconfig Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 13:20:58 -0000 marius 2005-09-29 13:20:58 UTC FreeBSD ports repository (src committer) Modified files: x11-fonts/linux-fontconfig Makefile Log: Fix a dependency bug that crept in with rev. 1.7, even when using the currently commented out pkg-install script linux-expat is only a RUN_DEPENDS rather than a BUILD_DEPENDS so declare it as such instead of a BUILD_DEPENDS and setting RUN_DEPENDS=${BUILD_DEPENDS}. The latter caused archivers/rpm and devel/popt to be unnecessarily dragged in as RUN_DEPENDS (via the included x11-toolkits/linux-gtk/Makefile). Approved by: netchild Revision Changes Path 1.10 +2 -3 ports/x11-fonts/linux-fontconfig/Makefile