Date: Fri, 27 Oct 2000 01:45:08 -0700 From: Matthew Braithwaite <matt@braithwaite.net> To: "David W. Chapman Jr." <dwcjr@inethouston.net> Cc: ports@FreeBSD.ORG Subject: Re: New Message-ID: <20001027014508.H42117@limekiller.braithwaite.net> In-Reply-To: <061201c03ff1$2dac2ae0$931576d8@inethouston.net>; from dwcjr@inethouston.net on Fri, Oct 27, 2000 at 03:37:45AM -0500 References: <061201c03ff1$2dac2ae0$931576d8@inethouston.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 27, 2000 at 03:37:45AM -0500, David W. Chapman Jr. wrote: > I'm new to modifying/creating, I've taken a look at the handbook and also > bsd.port.mk and can't figure out why this doesn't work like it should. > > When i do make USE_FACILITY=something I get this error > > su-2.04# make USE_FACILITY=something > ===> Extracting for isc-dhcp3-3.0.b2.9 > >> Checksum OK for dhcp-3.0b2pl9.tar.gz. > ===> Patching for isc-dhcp3-3.0.b2.9 > ===> Applying FreeBSD patches for isc-dhcp3-3.0.b2.9 > Variable USE_FACILITY is recursive. You need to use the `:=' assignment operator when you are assigning something to X that uses the value of X. It's a `make', thing, not a port thing. 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?20001027014508.H42117>