Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Apr 1997 00:55:16 -0800 (PST)
From:      asami@vader.cs.berkeley.edu (Satoshi Asami)
To:        fenner@parc.xerox.com
Cc:        mrcpu@cdsnet.net, ports@freebsd.org
Subject:   Re: Missing dependency on INN port
Message-ID:  <199704030855.AAA17565@silvia.HIP.Berkeley.EDU>
In-Reply-To: <97Apr2.121405pst.177486@crevenia.parc.xerox.com> (message from Bill Fenner on Wed, 2 Apr 1997 12:13:51 PST)

next in thread | previous in thread | raw e-mail | index | archive | help
 * Didn't someone say something the other day about USE_PERL5 not being
 * passed properly to some configuration script, and MAKE_ENV needed to
 * have USE_PERL5 and USE_TCL in it?

You guys are right about it not working.  I just verified that it
requires libperl.

But even after I added

SCRIPTS_ENV=    USE_TCL=${USE_TCL} USE_PERL5=${USE_PERL5}
CONFIGURE_ENV=  USE_TCL=${USE_TCL} USE_PERL5=${USE_PERL5}
MAKE_ENV=       USE_TCL=${USE_TCL} USE_PERL5=${USE_PERL5}

it still wants to use perl.

Satoshi



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