diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-23 18:42:49 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-23 18:42:49 +0000 |
commit | 66557641c4a8060018b2162f433d2e1d7e702c9f (patch) | |
tree | d76fb767522030db80c5227787943d4c9ba47b95 /mail/imap-uw | |
parent | 66545edc0cf51e69b8625f6603122a6f7220e7ec (diff) |
Notes
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 |