Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Apr 2005 16:14:18 -0300
From:      Alejandro Pulver <alejandro@varnet.biz>
To:        freebsd-ports@freebsd.org
Subject:   dependencies not prompting for options
Message-ID:  <20050414161418.057f29cd@ale.varnet.bsd>

next in thread | raw e-mail | index | archive | help
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



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