From owner-freebsd-questions Mon Jul 17 22: 2:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id 815FF37B9F5 for ; Mon, 17 Jul 2000 22:02:11 -0700 (PDT) (envelope-from djkanter@northwestern.edu) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id AAA20423 for ; Tue, 18 Jul 2000 00:02:09 -0500 (CDT) Received: from localhost.localdomain (coconut-27-028047.nuts.nwu.edu [165.124.28.47]) by hecky.acns.nwu.edu via smap (V2.0) id xma020228; Tue, 18 Jul 00 00:01:41 -0500 Received: (from david@localhost) by localhost.localdomain (8.9.3/8.9.3) id WAA93865 for freebsd-questions@freebsd.org; Mon, 17 Jul 2000 22:05:44 -0500 (CDT) (envelope-from david) Date: Mon, 17 Jul 2000 22:05:43 -0500 From: "David J. Kanter" To: FreeBSD questions Subject: Passing "make" variables when making port Message-ID: <20000717220543.A93851@localhost.localdomain> Mail-Followup-To: FreeBSD questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i X-Organization: Northwestern University X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm not sure what is the correct way to make a port with certain options defined in its Makefile. For instance, fetchmail can be built with KerberosIV support if MAKE_KERBEROS4 is defined. So I did: make MAKE_KERBEROS4=yes all ; make MAKE_KERBEROS4=yes install Is this right? Do you need to pass the variable twice? I was under the assumption that a simple make install wasn't always enough to build everything. -- David Kanter djkanter@northwestern.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message