How can I compile with port's object file(*.o) with a ports.

Choe, Cheng-Dae whitekid at gmail.com
Sat Oct 23 08:47:51 PDT 2004


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=  yes

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

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

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


-- 
Choe, Cheng-Dae(최정대)
Blog: http://www.comdongin.com/


More information about the freebsd-ports mailing list