Mark net/zephyr as broken because it requires libss, which has been

removed just before the release of 4.6.

PR:		44033
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
This commit is contained in:
Christian Weisgerber 2002-10-14 17:40:29 +00:00
parent 6dd175b775
commit ad11bca6ab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68048

View File

@ -41,4 +41,10 @@ post-install:
done
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 450000
BROKEN= Broken due to lack of libss since FreeBSD 4.6
.endif
.include <bsd.port.post.mk>