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 | |
parent | Depend on tclsh8.0, not tclsh (match tk), add imap depend (diff) |
Imap dependency is already in LIB_DEPENDS.
Notes
Notes:
svn path=/head/; revision=9014
-rw-r--r-- | mail/tkrat/Makefile | 5 | ||||
-rw-r--r-- | mail/tkrat2/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/mail/tkrat/Makefile b/mail/tkrat/Makefile index 7975f4b798ad..d4f847efdb5a 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.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 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 |