summaryrefslogtreecommitdiff
path: root/x11/yelp
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-12-13 03:46:35 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-12-13 03:46:35 +0000
commit5a04baf1261daf273c4a7cd485fbe2c6c1cbb557 (patch)
tree365c3bedc3e5974d6807e1442bc5165ad0b4783e /x11/yelp
parentUpdate to 2.3.1 (diff)
- Mark broken on 4.x
Reported by: kris via pointyhat
Notes
Notes: svn path=/head/; revision=151076
Diffstat (limited to 'x11/yelp')
-rw-r--r--x11/yelp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile
index f3ac4eb42042..8fc8af2138ce 100644
--- a/x11/yelp/Makefile
+++ b/x11/yelp/Makefile
@@ -39,6 +39,10 @@ OPTIONS= MAN "Enable man page support" off \
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
+.if ${OSVERSION} < 500000
+BROKEN="Does not build"
+.endif
+
.if defined(WITH_MAN)
CONFIGURE_ARGS+=--enable-man
.endif