Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Aug 2002 17:27:07 +0200
From:      Roman Neuhauser <neuhauser@bellavista.cz>
To:        MikeM <MyRaQ@mgm51.com>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: How to pass configure parms into a port
Message-ID:  <20020806152707.GB281@freepuppy.bellavista.cz>
In-Reply-To: <200208061115140503.0049FE96@sentry.24cl.com>
References:  <200208061115140503.0049FE96@sentry.24cl.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Tue, 06 Aug 2002 11:15:14 -0400
> From: "MikeM" <MyRaQ@mgm51.com>
> To: freebsd-questions@FreeBSD.org
> Subject: How to pass configure parms into a port 
> 
> I'd like to build the port of the nano editor and I'd like to disable
> wrapping in the editor.  If I were building nano from the tarball, I'd
> specify the --disable-wrapping parameter on the configure step of the
> build.
> 
> But I am at a loss trying to specify that parameter on the make step of
> building from a port.  I checked the handbook, and I didn't find
> anything that looked helpful for this question.
> 
> What obvious thing am I overlooking?

    /usr/ports/Mk/bsd.port.mk :) seriously though, i think everyone
    should read it. it's tough as hell, but even if you wrap your head
    around 1% of it, it'll greatly help you understand ports.

    now, to answer your question:
    # make CONFIGURE_ARGS=--disable-wrapping install clean

-- 
FreeBSD 4.6-STABLE
5:24PM up 45 mins, 4 users, load averages: 0.07, 0.03, 0.01

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?20020806152707.GB281>