diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1997-12-07 07:21:20 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1997-12-07 07:21:20 +0000 |
commit | eb508689c62ffff038c34346c27e44480a15e7f0 (patch) | |
tree | 3fc0e49d9759dd011a63dd65d8eeea9683699e65 /mail/tkrat2 | |
parent | fb7f4fe4defe09e1d50f3ab1aedb0095073d84d0 (diff) | |
download | freebsd-ports-eb508689c62ffff038c34346c27e44480a15e7f0.zip |
Imap dependency is already in LIB_DEPENDS.
Diffstat (limited to 'mail/tkrat2')
-rw-r--r-- | mail/tkrat2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/tkrat2/Makefile b/mail/tkrat2/Makefile index 7975f4b798ad..d4f847efdb5a 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.1.1.1 1997/11/14 22:51:07 hoek Exp $ +# $Id: Makefile,v 1.2 1997/12/07 02:58:27 pst Exp $ # DISTNAME= tkrat-1.0.5 @@ -15,8 +15,7 @@ MASTER_SITES= ftp://ftp.md.chalmers.se/pub/tkrat/ \ MAINTAINER= bgingery@gtcs.com -BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 \ - ${PORTSDIR}/mail/imap-uw/work/imap-4.1.BETA/c-client:${PORTSDIR}/mail/imap-uw +BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 LIB_DEPENDS= c-client\\.2\\.1:${PORTSDIR}/mail/imap-uw \ tk80\\.1:${PORTSDIR}/x11/tk80 |