forked from Lainports/freebsd-ports
Change BROKEN to IGNORE when no configuration option is set. Should
only affect the build cluster. (The maintainer has agreed that possibly just picking one of the defaults would be better). Approved by: maintainer
This commit is contained in:
parent
a736a2d96f
commit
a7942e04b0
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ OPTIONS= KAFFE_AWT_X "Use AWT widgets with X" On \
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !defined(WITH_KAFFE_AWT_X) && !defined(WITH_KAFFE_AWT_QT) && !defined(WITH_KAFFE_AWT_NO)
|
||||
BROKEN= "Choose one of the options in 'make config'"
|
||||
IGNORE= You must choose one of the options in 'make config' to install
|
||||
.endif
|
||||
|
||||
.if defined(WITH_KAFFE_AWT_X)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue