diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-07 21:25:57 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-07 21:25:57 +0000 |
commit | 5fe92eb48741d2c283e18bfc8cb3777a730f0fbc (patch) | |
tree | b86af38870e31a850a0d609d3e9ed811e99da64a /Tools/scripts | |
parent | Fix DISTNAME. (diff) |
* Add the ability to specify WITH/WITHOUT_GNOME macros with a list of
components to build or not build with. For example:
# make WITHOUT_GNOME=esound
Will build a port that can optionally use esound support, without it.
You can also specify multiple components separated with a space:
# make WITHOUT_GNOME="esound gnomelibs"
The converse is true for WITH_GNOME. Note, that this is backwards
compatible with the old WITH/WITHOUT_GNOME macros. That is,
# make -DWITHOUT_GNOME
Will turn off all optional GNOME components. Also,
# make WITHOUT_GNOME=yes
Will do the same thing.
* Mark a port BROKEN if it includes an unknown GNOME component [1]
PR: 41873 [1]
Submitted by: Edwin Groothuis <edwin@mavetju.org> [1]
Not objected to by: sobomax
Notes
Notes:
svn path=/head/; revision=67580
Diffstat (limited to 'Tools/scripts')
0 files changed, 0 insertions, 0 deletions