From owner-freebsd-ports@FreeBSD.ORG Thu Apr 14 19:13:23 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 4719B16A4CE for ; Thu, 14 Apr 2005 19:13:23 +0000 (GMT) Received: from relay.pair.com (relay00.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 6927C43D31 for ; Thu, 14 Apr 2005 19:13:22 +0000 (GMT) (envelope-from alejandro@varnet.biz) Received: (qmail 22080 invoked from network); 14 Apr 2005 19:13:21 -0000 Received: from unknown (HELO ale.varnet.bsd) (unknown) by unknown with SMTP; 14 Apr 2005 19:13:21 -0000 X-pair-Authenticated: 200.115.214.28 Date: Thu, 14 Apr 2005 16:14:18 -0300 From: Alejandro Pulver To: freebsd-ports@freebsd.org Message-ID: <20050414161418.057f29cd@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: dependencies not prompting for options 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, 14 Apr 2005 19:13:23 -0000 Hello, I am making a port that has a meta-port and 5 ports. The meta-port has an OPTIONS dialog to choose wich ports to install, and each of them also have options (for building). However, when I choose the ports from the meta-port, they use the default building options instead of prompting for them. These are the ports: pmars - meta-port pmars-sdl - SDL version pmars-x11 - X11 version pmars-curses - Console (CURSES) version pmars-no-gui - No GUI version pmars-doc - General documentation (man, examples, etc.) The meta-port uses a RUN_DEPENDS to call the others. Like: .if defined(WITH_SDL) RUN_DEPENDS+= pmars-sdl:${PORTSDIR}/games/pmars-sdl .endif Thanks and Best Regards, Ale