diff options
Diffstat (limited to 'mail/imap-uw')
-rw-r--r-- | mail/imap-uw/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 285d729b1705..4a2152e10460 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -3,7 +3,7 @@ # Date created: 9 Jan 1997 # Whom: pst # -# $Id: Makefile,v 1.18 1998/10/12 19:17:34 jseger Exp $ +# $Id: Makefile,v 1.19 1998/10/13 23:25:06 jseger Exp $ # DISTNAME= imap-4.2 @@ -15,6 +15,10 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= imap-uw@freebsd.ady.ro +VERSION!= sysctl -n kern.osreldate +.if ${VERSION} < 300000 +BROKEN= build +.endif ALL_TARGET= bsf MAN8= ipopd.8 imapd.8 |