Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2007 23:18:59 -0400
From:      "Josh Carroll" <josh.carroll@gmail.com>
To:        "Benjamin M. A'Lee" <bma+lists@subvert.org.uk>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Per-port options in make.conf?
Message-ID:  <8cb6106e0710222018u6315c129y502d377fa91c6cac@mail.gmail.com>
In-Reply-To: <20071022223239.GA2229@gilmour.subvert.org.uk>
References:  <20071022223239.GA2229@gilmour.subvert.org.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
> Is there any way to specify options in make.conf on a per-port basis?

Yes, something like this should work:

.if ${.CURDIR:M*/portnamehere*}
WITHOUT_X11=yes
.endif


Josh



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