From f761662b1632dee3a8fbaf948f35ef29e8d835d2 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 18 May 2003 12:28:52 +0000 Subject: BROKEN on 5.1: does not compile --- mail/ml/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ml/Makefile b/mail/ml/Makefile index d08e849..db36eb31 100644 --- a/mail/ml/Makefile +++ b/mail/ml/Makefile @@ -14,6 +14,12 @@ MASTER_SITES= http://ftp.rge.com/pub/mail/ml/ \ MAINTAINER= ports@FreeBSD.org COMMENT= An X11 IMAP client +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_IMAKE= yes USE_MOTIF= yes @@ -23,4 +29,4 @@ pre-configure: @( cd ${WRKSRC}/../imap-4; make bsi ) @( cd ${WRKSRC}; ${RM} -f makeproto ) -.include +.include -- cgit v1.1