From owner-freebsd-questions Sun Aug 13 16:49:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from luna.osd.bsdi.com (luna.geekhouse.net [64.81.6.50]) by hub.freebsd.org (Postfix) with ESMTP id 5D14E37B77A for ; Sun, 13 Aug 2000 16:49:49 -0700 (PDT) (envelope-from jim@luna.osd.bsdi.com) Received: by luna.osd.bsdi.com (Postfix, from userid 1000) id 343BC31BF; Sun, 13 Aug 2000 16:49:47 -0700 (PDT) Date: Sun, 13 Aug 2000 16:49:47 -0700 From: Jim Mock To: Dan Fairs Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installing GNUPG from ports Message-ID: <20000813164947.E516@luna.osd.bsdi.com> Reply-To: jim@jmock.com References: <20000813143519.22590.qmail@web3204.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20000813143519.22590.qmail@web3204.mail.yahoo.com>; from danfairs@yahoo.co.uk on Sun, Aug 13, 2000 at 03:35:19PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 13 Aug 2000 at 15:35:19 +0100, Dan Fairs wrote: > Hi, > > I'm installing GNUPG from the ports collection. Halfway through the > configure script, it warns me to use gmake rather than make. Need I > be concerned about this with this package? How do I change which make > program is used in the compile? What version of FreeBSD is this on? Here's what's telling you that (from security/gnupg/Makefile): .if ${OSVERSION} < 300000 USE_GMAKE= YES .endif If you want to force it to use gmake, you can edit the port's Makefile and add USE_GMAKE up under GNU_CONFIGURE somewhere (it doesn't really matter where), and remove (or comment out) the bits I pasted above. - jim -- jim mock work: jim@osd.bsdi.com | jim@FreeBSD.org http://soupnazi.org/ BSDi Open Source Div | http://bsdi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message