Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 1998 03:56:12 -0800 (PST)
From:      asami@FreeBSD.ORG (Satoshi Asami)
To:        hoek@hwcn.org
Cc:        handy@sag.space.lockheed.com, ports@FreeBSD.ORG
Subject:   Re: depending on libs?
Message-ID:  <199802251156.DAA18353@silvia.HIP.Berkeley.EDU>
In-Reply-To: <Pine.GSO.3.96.980222135440.16665F-100000@james.hwcn.org> (message from Tim Vanderhoek on Sun, 22 Feb 1998 14:04:56 -0500 (EST))

next in thread | previous in thread | raw e-mail | index | archive | help
 * If libPropList.a is only only used for windowmaker, you could
 * even do something like
 * 
 * BUILD_DEPENDS=${PREFIX}/lib/libPropList.a:${PORTSDIR}/devel/libby:build
 * 
 * And add something like
 * 
 * -I${PORTSDIR}/devel/libby/work/headers
 * 
 * and 
 * 
 * -L${PORSDIR}/devel/libby/work/libs
 * 
 * to CFLAGS so the user doesn't need to have junk sitting around
 * that really shouldn't be installed.

That's going a little too far.  What if the user has libPropList.a
already installed and wants to update windowmaker?  I'd hate to have
to recompile libPropList every time. ;)

Satoshi

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?199802251156.DAA18353>