Date: Mon, 01 May 2000 01:32:06 +0900 From: Shigeyuki Fukushima <shige@FreeBSD.org> To: nbm@mithrandr.moria.org Cc: ports@freebsd.org, asami@cs.berkeley.edu Subject: Re: Proposal for USE_* directives in Mk/bsd.port.mk Message-ID: <20000430163313112.IYRD.886.t-mta3.odn.ne.jp@mta3.odn.ne.jp> In-Reply-To: <20000430181644.A56858@mithrandr.moria.org> References: <20000430161123149.IASO.904.t-mta2.odn.ne.jp@mta2.odn.ne.jp> <20000430181644.A56858@mithrandr.moria.org>
next in thread | previous in thread | raw e-mail | index | archive | help
From: Neil Blakey-Milner <nbm@mithrandr.moria.org> Subject: Re: Proposal for USE_* directives in Mk/bsd.port.mk Date: Sun, 30 Apr 2000 18:16:44 +0200 nbm> This'll break: nbm> make USE_GMAKE=1 nbm> or nbm> make -DUSE_GMAKE nbm> for testing and stuff. nbm> nbm> If you must do it like this, make it a test like: nbm> .if defined(USE_GMAKE) && USE_GMAKE != "NO" Already, USA_RESIDENT variable does not match the above policy. In Mk/bsd.port.mk: .if ${USE_OPENSSL} == RSA && defined(USA_RESIDENT) && ${USA_RESIDENT} == YES By the way, I like this. :) --- shige (Shigeyuki Fukushima) <shige@FreeBSD.ORG> 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?20000430163313112.IYRD.886.t-mta3.odn.ne.jp>