summaryrefslogtreecommitdiff
path: root/mail/ml
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-18 12:28:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-18 12:28:52 +0000
commit06465908a8c4a92f78bc837d68b3e344eade6851 (patch)
treef7fd52a9dc3818acb0ff0f332badc3375d145396 /mail/ml
parentUse failsafe rmdir commands to avoid pkg_deinstall complaints if (diff)
BROKEN on 5.1: does not compile
Notes
Notes: svn path=/head/; revision=81238
Diffstat (limited to 'mail/ml')
-rw-r--r--mail/ml/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/ml/Makefile b/mail/ml/Makefile
index d08e84991ed0..db36eb31f3ef 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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>