Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Oct 2000 19:05:07 -0500
From:      Stephen Montgomery-Smith <stephen@math.missouri.edu>
To:        freebsd-ports@freebsd.org
Subject:   LIB_DEPENDS
Message-ID:  <39F22F33.7CA5EE36@math.missouri.edu>

next in thread | raw e-mail | index | archive | help
I am the maintainer of the dvipdfm port, and just recently I put
in lines like:

BUILD_DEPENDS=          ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX
LIB_DEPENDS=            png:${PORTSDIR}/graphics/png

It would make more sense to me to have instead the lines

LIB_DEPENDS=            kpathsea:${PORTSDIR}/print/teTeX \
                        png:${PORTSDIR}/graphics/png

but it doesn't seem to work.  I am guessing that it is because 
only libkpathsea.a is there, not any libkpathsea.so.

Is this the way LIB_DEPENDS is supposed to work?

Thanks, Stephen



-- 
Stephen Montgomery-Smith
stephen@math.missouri.edu
http://www.math.missouri.edu/~stephen


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39F22F33.7CA5EE36>