diff options
author | steve <steve@FreeBSD.org> | 2000-02-27 03:40:18 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-02-27 03:40:18 +0800 |
commit | aff17a81d55c5e818db0fd53db8ebc9bdd37e275 (patch) | |
tree | 1ef18c3e79a2f9db7d36ddfb03d43138f1490461 /mail | |
parent | 4596c8748d6659f611dd448150aea848bf4e1590 (diff) | |
download | freebsd-ports-gnome-aff17a81d55c5e818db0fd53db8ebc9bdd37e275.tar.gz freebsd-ports-gnome-aff17a81d55c5e818db0fd53db8ebc9bdd37e275.tar.zst freebsd-ports-gnome-aff17a81d55c5e818db0fd53db8ebc9bdd37e275.zip |
This port LIB_DEPENDS on c-client4.7 now that the imap-uw port has been
updated.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/tkrat2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/tkrat2/Makefile b/mail/tkrat2/Makefile index 154efd7a163b..b9e13fc4ce41 100644 --- a/mail/tkrat2/Makefile +++ b/mail/tkrat2/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= tcl82:${PORTSDIR}/lang/tcl82 \ tk82:${PORTSDIR}/x11-toolkits/tk82 \ - c-client4.5:${PORTSDIR}/mail/imap-uw + c-client4.7:${PORTSDIR}/mail/imap-uw GNU_CONFIGURE= yes |