From owner-cvs-all@FreeBSD.ORG Fri Jun 11 13:47:59 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id D035D1065670; Fri, 11 Jun 2010 13:47:59 +0000 (UTC) Date: Fri, 11 Jun 2010 13:47:59 +0000 From: Alexey Dokuchaev To: "Philip M. Gollucci" Message-ID: <20100611134759.GA25736@FreeBSD.org> References: <201006110742.o5B7g1kN059011@repoman.freebsd.org> <4C11EBA9.4010107@p6m7g8.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <4C11EBA9.4010107@p6m7g8.com> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, Daichi GOTO , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/japanese/ibus-anthy 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: Fri, 11 Jun 2010 13:47:59 -0000 On Fri, Jun 11, 2010 at 03:54:17AM -0400, Philip M. Gollucci wrote: > On > > | +BUILD_DEPENDS= anthy-agent:${PORTSDIR}/japanese/anthy > > | BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 > You'll need a += here for both lib and build depends. > > > | LIB_DEPENDS= anthy.1:${PORTSDIR}/japanese/anthy > > | LIB_DEPENDS= ibus.2:${PORTSDIR}/textproc/ibus Or, even better, use more common form: FOO_DEPENDS= foo:${PORTSDIR}/cat/foo \ bar:${PORTSDIR}/cat2/bar \ ... ./danfe