diff options
author | jseger <jseger@FreeBSD.org> | 1998-02-24 21:43:51 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-02-24 21:43:51 +0000 |
commit | 3aec0069335c9b2947b9f222ada131db44bc8824 (patch) | |
tree | 6da0be1039c24d1cfc2b2c74787e0941bc61c61e /mail/cyrus-imapd/Makefile | |
parent | 84f78e4fa42235cb858025fabff93c031a319031 (diff) | |
download | FreeBSD-ports-3aec0069335c9b2947b9f222ada131db44bc8824.zip FreeBSD-ports-3aec0069335c9b2947b9f222ada131db44bc8824.tar.gz |
Upgrade to use tcl8.1 and tk8.1.
Diffstat (limited to 'mail/cyrus-imapd/Makefile')
-rw-r--r-- | mail/cyrus-imapd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index af3f00c..bf01aed 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -3,17 +3,17 @@ # Date created: May 4th 1997 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.4 1998/02/15 12:14:12 jkh Exp $ +# $Id: Makefile,v 1.5 1998/02/22 08:34:53 fenner Exp $ # DISTNAME= cyrus-imapd-v1.5.2 PKGNAME= cyrus-1.5.2 -CATEGORIES= mail tcl80 +CATEGORIES= mail tcl81 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ MAINTAINER= jfitz@FreeBSD.ORG -LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl80 +LIB_DEPENDS= tcl81\\.1\\.:${PORTSDIR}/lang/tcl81 BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend HAS_CONFIGURE= YES |