Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Oct 2004 00:47:49 +0900
From:      "Choe, Cheng-Dae" <whitekid@gmail.com>
To:        freebsd-ports@FreeBSD.org
Subject:   How can I compile with port's object file(*.o) with a ports.
Message-ID:  <38c00bae0410230847b565de4@mail.gmail.com>

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

---------=20
GNU_CONFIGURE=3D  yes

CONFIGURE_ARGS=3D --with-ncbi=3D${PORTSDIR}/biology/ncbi-toolkit/work/ncbi

pre-build:
        cd ${PORTSDIR}/biology/ncbi-toolkit && make
---------=20

But I think it's not a correct solution?
any suggesstions?


--=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?38c00bae0410230847b565de4>