Date: Tue, 26 Oct 2004 14:29:36 +0900 From: "Choe, Cheng-Dae" <whitekid@gmail.com> To: "Choe, Cheng-Dae" <whitekid@gmail.com>, freebsd-ports@freebsd.org Subject: Re: How can I compile with port's object file(*.o) with a ports. Message-ID: <38c00bae0410252229532271df@mail.gmail.com> In-Reply-To: <20041023173657.GA74714@falcon.midgard.homeip.net> References: <38c00bae0410230847b565de4@mail.gmail.com> <20041023173657.GA74714@falcon.midgard.homeip.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks Eric.=20 It works good! On Sat, 23 Oct 2004 19:36:58 +0200, Erik Trulsson <ertr1013@student.uu.se> wrote: > On Sun, Oct 24, 2004 at 12:47:49AM +0900, Choe, Cheng-Dae wrote: > > Hi all. > > > > I writing a new ports. The problem is new ports requires other ports > > object files(*.o) not a library. > > > > so I write ports Makefiles as below.. > > > > --------- > > GNU_CONFIGURE=3D yes > > > > CONFIGURE_ARGS=3D --with-ncbi=3D${PORTSDIR}/biology/ncbi-toolkit/work/n= cbi > > > > pre-build: > > cd ${PORTSDIR}/biology/ncbi-toolkit && make > > --------- > > > > But I think it's not a correct solution? > > any suggesstions? >=20 > The standard trick for handling such a situation is to add a > build-dependency like this: >=20 > BUILD_DEPENDS=3D ${NONEXISTENT}:${PORTSDIR}/biology/ncbi-toolkit:build >=20 > -- > <Insert your favourite quote here.> > Erik Trulsson > ertr1013@student.uu.se >=20 --=20 Choe, Cheng-Dae(=EC=B5=9C=EC=A0=95=EB=8C=80) Blog: http://www.comdongin.com/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38c00bae0410252229532271df>