From 3fb710191afabc7892a289df1038ee63d3d85e0b Mon Sep 17 00:00:00 2001 From: sat Date: Fri, 1 Sep 2006 08:43:42 +0000 Subject: - Mark broken on 4.x Reported by: pointyhat via kris --- mail/fdm/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/fdm/Makefile b/mail/fdm/Makefile index 478d4f7bd88b..9fe195c5a8c6 100644 --- a/mail/fdm/Makefile +++ b/mail/fdm/Makefile @@ -28,4 +28,10 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ .endif -.include +.include + +.if ${OSVERSION} < 500000 +BROKEN= does not compile on 4.x +.endif + +.include -- cgit