diff options
author | asami <asami@FreeBSD.org> | 1998-11-26 05:37:10 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-26 05:37:10 +0000 |
commit | adae118404fe7c1d34c2a28af22a53302e41695c (patch) | |
tree | 10e2cdcfebb21efbd23de4470a318dfdc4e21445 /mail/tkrat/Makefile | |
parent | 5620a25e9f3001a19438d569633e47368754e4a7 (diff) | |
download | FreeBSD-ports-adae118404fe7c1d34c2a28af22a53302e41695c.zip FreeBSD-ports-adae118404fe7c1d34c2a28af22a53302e41695c.tar.gz |
Change library name.
Diffstat (limited to 'mail/tkrat/Makefile')
-rw-r--r-- | mail/tkrat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/tkrat/Makefile b/mail/tkrat/Makefile index 79e14da..a55c7ad 100644 --- a/mail/tkrat/Makefile +++ b/mail/tkrat/Makefile @@ -3,7 +3,7 @@ # Date created: 24 October 1997 # Whom: Bruce Gingery <bgingery@gtcs.com> # -# $Id: Makefile,v 1.12 1998/10/26 04:49:25 asami Exp $ +# $Id: Makefile,v 1.13 1998/10/26 13:55:03 steve Exp $ # DISTNAME= tkrat-1.1 @@ -16,7 +16,7 @@ MAINTAINER= appleseed@his.com BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 \ tk80.1:${PORTSDIR}/x11-toolkits/tk80 \ - c-client.2:${PORTSDIR}/mail/imap-uw + c-client4.4:${PORTSDIR}/mail/imap-uw GNU_CONFIGURE= yes |