Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 1998 14:04:56 -0500 (EST)
From:      Tim Vanderhoek <hoek@hwcn.org>
To:        Brian Handy <handy@sag.space.lockheed.com>
Cc:        ports@FreeBSD.ORG
Subject:   Re: depending on libs?
Message-ID:  <Pine.GSO.3.96.980222135440.16665F-100000@james.hwcn.org>
In-Reply-To: <Pine.OSF.3.96.980222100826.18208B-100000@sag.space.lockheed.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 22 Feb 1998, Brian Handy wrote:

> 	${PREFIX}/lib/libPropList.a
> 	${PREFIX}/include/libPropList.h
> 
> How do I *_DEPENDS on this stuff in the windowmaker port?  

BUILD_DEPENDS=${PREFIX}/lib/libPropList.a:${PORTSDIR}/devel/libby

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.


--
Outnumbered?  Maybe.  Outspoken?  Never!
tIM...HOEk


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?Pine.GSO.3.96.980222135440.16665F-100000>