Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2010 13:47:59 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        "Philip M. Gollucci" <pgollucci@p6m7g8.com>
Cc:        cvs-ports@FreeBSD.org, Daichi GOTO <daichi@FreeBSD.org>, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/japanese/ibus-anthy Makefile
Message-ID:  <20100611134759.GA25736@FreeBSD.org>
In-Reply-To: <4C11EBA9.4010107@p6m7g8.com>
References:  <201006110742.o5B7g1kN059011@repoman.freebsd.org> <4C11EBA9.4010107@p6m7g8.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100611134759.GA25736>