diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-12-13 03:46:35 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-12-13 03:46:35 +0000 |
commit | 5a04baf1261daf273c4a7cd485fbe2c6c1cbb557 (patch) | |
tree | 365c3bedc3e5974d6807e1442bc5165ad0b4783e /x11/yelp | |
parent | 8a02c9b487e254f271ccc86406ca21dc5fb6e210 (diff) |
Notes
Diffstat (limited to 'x11/yelp')
-rw-r--r-- | x11/yelp/Makefile | 4 |
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 |