Date: Thu, 29 Jan 2009 01:37:08 +0000 From: Sevan / Venture37 <venture37@gmail.com> To: freebsd-ports@freebsd.org Subject: Re: LIB_DEPENDS & dealing with libraries which don't show up in ldconfig -r Message-ID: <49810844.6080607@gmail.com> In-Reply-To: <4980E6F6.2060504@gmail.com> References: <4980E6F6.2060504@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Sevan / Venture37 wrote: > Hi > Whilst attempting to create a port for OpenNMS I've hit a wall, one of > the dependencies is net/jicmp, the problem I'm having is when attempting > to build OpenNMS, jicmp is not detected as being installed & a > installation is always attempted & the process bombs out if it is, what > is the process for dealing with libraries as dependencies which don't > show up in ldconfig -r???? > > > Sevan / Venture37 Problem solved Instead of trying to list the .so file as a dependency, list the .jar file which is part of jicmp instead. BUILD_DEPENDS= ${JAVAJARDIR}/jicmp.jar:${PORTSDIR}/net/jicmp Sevan / Venture37
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49810844.6080607>