From owner-freebsd-ports@FreeBSD.ORG Thu Apr 28 23:20:48 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECF3416A4CE for ; Thu, 28 Apr 2005 23:20:48 +0000 (GMT) Received: from relay.pair.com (relay00.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 7906443D49 for ; Thu, 28 Apr 2005 23:20:48 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 50933 invoked from network); 28 Apr 2005 23:20:47 -0000 Received: from unknown (HELO ale.varnet.bsd) (unknown) by unknown with SMTP; 28 Apr 2005 23:20:47 -0000 X-pair-Authenticated: 200.115.214.28 Date: Thu, 28 Apr 2005 20:21:54 -0300 From: Alejandro Pulver To: freebsd-ports@freebsd.org Message-ID: <20050428202154.7ba2429d@ale.varnet.bsd> X-Mailer: Sylpheed-Claws 0.9.12b (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: make install + OPTIONS + RUN_DEPENDS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 23:20:49 -0000 Hello, I have a meta-port that depends on ports that have options. If I do a "make", then the meta-port prompts me to choose the ports I want to install. Then it does nothing (just touches the files in "work/"). After that I type "make install" and it installs all the ports it RUN_DEPENDS on (each of them prompts for their own options). But if I do a "make install" the first time then the dependencies do not prompt for options. Is this supposed to work like this? How can I make dependencies prompt for their options when the user types "make install" (without a previous "make")? Thanks and Best Regards, Ale