Date: Mon, 17 Jul 2000 22:05:43 -0500 From: "David J. Kanter" <djkanter@northwestern.edu> To: FreeBSD questions <freebsd-questions@freebsd.org> Subject: Passing "make" variables when making port Message-ID: <20000717220543.A93851@localhost.localdomain>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000717220543.A93851>