Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Feb 2005 08:19:37 +1100
From:      Sam Lawrance <boris@brooknet.com.au>
To:        Adam Weinberger <adamw@freebsd.org>
Cc:        Paul Schmehl <pauls@utdallas.edu>
Subject:   Re: Can't figure out the right syntax
Message-ID:  <1108502377.686.9.camel@dirk.no.domain>
In-Reply-To: <42126629.5040901@FreeBSD.org>
References:  <187202EEF5C5C15CD93C03F9@utd49554.utdallas.edu> <42126629.5040901@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2005-02-15 at 16:14 -0500, Adam Weinberger wrote:
> Paul Schmehl wrote:
> > I'm trying to create a port that requires the devel/tcllib port.  I 
> > can't figure out the syntax to use to find the port if it's installed.
> > 
> > tcllib:${PORTSDIR}/devel/tcllib
> > 
> > I've tried tcllib84.so:, lib84.so:, libtcl:, pkgIndex.tcl, and several 
> > other things.  The only tcllib I can find is in:
> > /usr/X11R6/lib/X11/XF86Setup/tcllib
> > 
> > I tried both ${X11_BASE}/lib/X11/XFree86Setup/tcllib and 
> > ${MOTIFLIB}/X11/XFree86Setup/tcllib.
> > 
> > Nothing works.  What am I missing?
> > 
> > What would be the syntax for that?
> 
> BUILD_DEPENDS=	dtplite:${PORTSDIR}/devel/tcllib

And you'll probably need to RUN_DEPENDS on that as well.

Read the *_DEPENDS parts at the top of bsd.port.mk for more of an idea
how they work.

Cheers,
Sam




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1108502377.686.9.camel>