Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Aug 2000 16:49:47 -0700
From:      Jim Mock <jim@jmock.com>
To:        Dan Fairs <danfairs@yahoo.co.uk>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Installing GNUPG from ports
Message-ID:  <20000813164947.E516@luna.osd.bsdi.com>
In-Reply-To: <20000813143519.22590.qmail@web3204.mail.yahoo.com>; from danfairs@yahoo.co.uk on Sun, Aug 13, 2000 at 03:35:19PM %2B0100
References:  <20000813143519.22590.qmail@web3204.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <jim@jmock.com>        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




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