From b5a8a6f9fcaa9ace9231ac48d6d9596c3a5e4b30 Mon Sep 17 00:00:00 2001 From: erwin Date: Sat, 27 Sep 2003 14:13:47 +0000 Subject: - Update to 0.45 [1] - Mark broken on 5.x PR: 57276 [1] Submitted by: Mark Linimon --- news/mmail/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'news/mmail/Makefile') diff --git a/news/mmail/Makefile b/news/mmail/Makefile index 5edece57f043..c58a55c9b0d4 100644 --- a/news/mmail/Makefile +++ b/news/mmail/Makefile @@ -7,7 +7,7 @@ # PORTNAME= mmail -PORTVERSION= 0.44 +PORTVERSION= 0.45 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ${MASTER_SITE_SUNSITE} @@ -28,4 +28,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mm ${PREFIX}/bin/mmail ${INSTALL_MAN} ${WRKSRC}/mm.1 ${MANPREFIX}/man/man1/mmail.1 -.include +.include + +.if ${OSVERSION} > 500000 +BROKEN= Does not compile +.endif + +.include -- cgit