summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-05-16 20:57:11 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-05-16 20:57:11 +0000
commita7942e04b0b6c7aec78c4a377b13fedc5e978c20 (patch)
treefab576cbd2ee47a3ab1e8638fbc1e7ec46276161 /java
parentAdd tcpwatch 1.2.1, (diff)
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
Notes
Notes: svn path=/head/; revision=109294
Diffstat (limited to 'java')
-rw-r--r--java/kaffe-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/kaffe-devel/Makefile b/java/kaffe-devel/Makefile
index 83392a463c41..a8d63a271960 100644
--- a/java/kaffe-devel/Makefile
+++ b/java/kaffe-devel/Makefile
@@ -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)