diff options
author | asami <asami@FreeBSD.org> | 1998-11-26 13:37:10 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-26 13:37:10 +0800 |
commit | adae118404fe7c1d34c2a28af22a53302e41695c (patch) | |
tree | 10e2cdcfebb21efbd23de4470a318dfdc4e21445 /mail/tkrat2/Makefile | |
parent | 5620a25e9f3001a19438d569633e47368754e4a7 (diff) | |
download | freebsd-ports-gnome-adae118404fe7c1d34c2a28af22a53302e41695c.tar.gz freebsd-ports-gnome-adae118404fe7c1d34c2a28af22a53302e41695c.tar.zst freebsd-ports-gnome-adae118404fe7c1d34c2a28af22a53302e41695c.zip |
Change library name.
Diffstat (limited to 'mail/tkrat2/Makefile')
-rw-r--r-- | mail/tkrat2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/tkrat2/Makefile b/mail/tkrat2/Makefile index 79e14dab8153..a55c7adb20c4 100644 --- a/mail/tkrat2/Makefile +++ b/mail/tkrat2/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 |