diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-26 13:54:24 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-26 13:54:24 +0000 |
commit | ddb7b886d3e7176dee7581243661e76667b94a36 (patch) | |
tree | fd9818782683e8a05ece1b3dd9d739dcd433192f /mail/imap-uw/Makefile | |
parent | 84c365b01cb65e3471bdd0cf0b6409ba791e06a0 (diff) |
Fix a braino I introduced that made this fail in -stable.
Notes
Notes:
svn path=/head/; revision=14200
Diffstat (limited to 'mail/imap-uw/Makefile')
-rw-r--r-- | mail/imap-uw/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 4a2152e10460..6b07f8ef59d0 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.19 1998/10/13 23:25:06 jseger Exp $ +# $Id: Makefile,v 1.20 1998/10/23 18:42:49 asami Exp $ # DISTNAME= imap-4.2 @@ -15,10 +15,6 @@ 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 |