Date: 10 Dec 2001 20:07:51 +0000 From: Wayne Pascoe <freebsd@molemanarmy.com> To: Jarek Granat <jarek@adeon.lublin.pl> Cc: Peter Johnson <tam@hiddenrock.com>, <freebsd-questions@freebsd.org> Subject: Re: Ports - BitchX&IPv6 Message-ID: <86ofl6dejs.fsf@pan.home.penguinpowered.org.uk> In-Reply-To: <20011210203609.L6025-100000@adeon.lublin.pl> References: <20011210203609.L6025-100000@adeon.lublin.pl>
next in thread | previous in thread | raw e-mail | index | archive | help
Jarek Granat <jarek@adeon.lublin.pl> writes:
> > I'm pretty sure environment variables need to come before the command to be
> > executed. Try this: "WITH_IPV6=yes make".
>
> Sorry, I don't understand. Maybe I'm too lame ;)
> I'd like to install BitchX from FreeBSD ports collection.
>
> I can't type: "WITH_IPV6=yes make", because I have "command not found".
>
> How can I do that?
>
> I tried sth. like that:
>
> #cd /usr/ports/irc/bitchx
> #make WITH_IPV6=yes
> #make install
that should be
#WITH_IPV6=yes make
If that does not work in your shell, set WITH_IPV6=yes as an
environment variable using the appropriate method for your shell.
--
- Wayne Pascoe
| If you can't dazzle them with brilliance,
freebsd@molemanarmy.com | riddle them with bullets.
http://www.molemanarmy.com |
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86ofl6dejs.fsf>
