diff options
author | jwise <jwise> | 2000-08-30 14:20:41 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-08-30 14:20:41 +0000 |
commit | d70ba26413a0dcbd70023c7721b92b130b39d218 (patch) | |
tree | 7e191fc0a5ff66cf227eff0e955354939112cd93 | |
parent | 83e3d6343b5f79e49f225a822a77c904b5542f25 (diff) | |
download | pkgsrc-d70ba26413a0dcbd70023c7721b92b130b39d218.tar.gz |
Update to use tcl-8.3.2
-rw-r--r-- | mail/cyrus-imapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index e1da3eb221c..ff48f4c3b8b 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/08/26 17:15:06 veego Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/30 14:20:41 jwise Exp $ DISTNAME= cyrus-imapd-1.6.24 CATEGORIES= mail @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://asg.web.cmu.edu/cyrus/imapd/ -DEPENDS+= tcl-8.0.5:../../lang/tcl80 +DEPENDS+= tcl-8.3.2:../../lang/tcl DEPENDS+= cyrus-sasl-1.5.24:../../security/cyrus-sasl ONLY_FOR_PLATFORM= NetBSD-1.5*-* \ |