"Beat.Siegenthaler" <[EMAIL PROTECTED]> 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"