Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Apr 2003 12:37:29 +0300 (EEST)
From:      netch@segfault.kiev.ua (Valentin Nechayev)
To:        ports@freebsd.org
Subject:   Re: Setting make options permanently (WITHOUT_GNOME, etc)
Message-ID:  <200304020937.h329bTxS013449@burka.carrier.kiev.ua>
In-Reply-To: <5.2.0.9.0.20030402094202.00a0b9c0@127.0.0.1.lucky.freebsd.ports>

next in thread | previous in thread | raw e-mail | index | archive | help
>>Add them to /etc/make.conf
RM> Another good way is to set them in /usr/local/etc/pkgtools.conf, if you use 
RM> 'portupgrade'. That way you can set them for only the ports they apply to.

There is hackish variant to use in /etc/make.conf only for specific port:

.if ${.CURDIR:N*/ports/news/tin} == ""
BROKEN=test
.endif

It of course can be applied for any directory, not only for ports.
(Origin of this method was found in tech<at>openbsd.org.)


-netch-



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