From owner-cvs-ports@FreeBSD.ORG Sun Jul 31 21:00:35 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D79AE106564A; Sun, 31 Jul 2011 21:00:35 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AF9938FC19; Sun, 31 Jul 2011 21:00:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p6VL0ZMP033088; Sun, 31 Jul 2011 21:00:35 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6VL0Z0s033087; Sun, 31 Jul 2011 21:00:35 GMT (envelope-from dougb) Message-Id: <201107312100.p6VL0Z0s033087@repoman.freebsd.org> From: Doug Barton Date: Sun, 31 Jul 2011 21:00:35 +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/databases/p5-DBIx-Custom 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: Sun, 31 Jul 2011 21:00:35 -0000 dougb 2011-07-31 21:00:35 UTC FreeBSD ports repository Modified files: databases/p5-DBIx-Custom Makefile Log: Fix the build with what seems to have been the intended change from 1.28 It seems that the intention was to make a new BUILD_DEPENDS with the same content as the existing RUN_DEPENDS, but one line was missed, causing neither to work. So instead, make BUILD_DEPENDS equal to the old RUN_DEPENDS, and use the := method to set RUN_DEPENDS, in part because it helps avoid this kind of error. Revision Changes Path 1.29 +1 -3 ports/databases/p5-DBIx-Custom/Makefile