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:
Mark Linimon 2004-05-16 20:57:11 +00:00
parent a736a2d96f
commit a7942e04b0

View file

@ -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)