Date: 06 Apr 2006 09:29:16 -0400 From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> To: "Beat.Siegenthaler" <beat.siegenthaler@beatsnet.com> Cc: freebsd-questions@freebsd.org Subject: Re: understanding of make.conf Message-ID: <441wwan87n.fsf@be-well.ilk.org> In-Reply-To: <4434337E.5020702@beatsnet.com> References: <4434337E.5020702@beatsnet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"Beat.Siegenthaler" <beat.siegenthaler@beatsnet.com> writes: > Hi all, > > i try to build NTP from ports. As I have a new old trimble GPS i want to > add the parse clock for trimble tsip. > > When i do a > > ./configure --enable-TRIMTSIP > > directly in the work folder i get > "checking Trimble GPS receiver/TSIP protocol... yes" -> looks good > > What is the equivalent in make.conf ? > > .if${.CURDIR:M*/net/ntp} > TRIMTSIP=YES > .endif > > and many other try's do not work. > "checking Trimble GPS receiver/TSIP protocol... no" Did you have any reason to think that would work? I would expect the syntax to be more like CONFIGURE_ARGS+= --enable-TRIMTSIP
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?441wwan87n.fsf>