diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-01-13 02:47:33 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-01-13 02:47:33 +0000 |
commit | c7beeaae1feca224aedba61f2d6c075df967a28c (patch) | |
tree | a3823710e09e2bc1d7a11631e012181d7c8f6c4f /mail/cyrus-imapd | |
parent | 06dd0c6707d1c0d6bada326bc7081a649f9081b6 (diff) | |
download | ports-c7beeaae1feca224aedba61f2d6c075df967a28c.tar.gz ports-c7beeaae1feca224aedba61f2d6c075df967a28c.zip |
Notes
Diffstat (limited to 'mail/cyrus-imapd')
-rw-r--r-- | mail/cyrus-imapd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index d878b98a9970..d1d2b6a60234 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -3,7 +3,7 @@ # Date created: May 4th 1997 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.11 1998/11/04 01:34:59 jdp Exp $ +# $Id: Makefile,v 1.12 1998/12/22 10:24:10 stb Exp $ # DISTNAME= cyrus-imapd-v1.5.14 @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \ MAINTAINER= stb@FreeBSD.ORG +Y2K= http://andrew2.andrew.cmu.edu/cyrus/imapd/y2k.html + LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend |