diff options
author | pst <pst@FreeBSD.org> | 1997-12-07 02:58:27 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-12-07 02:58:27 +0000 |
commit | 4d6d07c96035e1db9cb96a9414b6ea6757f54852 (patch) | |
tree | e5f8e3d9362353be248606ca24f11bd443ccde9b | |
parent | 67e8d32b7165c818bedec2975d4d950f8ec41621 (diff) | |
download | FreeBSD-ports-4d6d07c96035e1db9cb96a9414b6ea6757f54852.zip FreeBSD-ports-4d6d07c96035e1db9cb96a9414b6ea6757f54852.tar.gz |
Depend on tclsh8.0, not tclsh (match tk), add imap depend
-rw-r--r-- | mail/tkrat/Makefile | 5 | ||||
-rw-r--r-- | mail/tkrat2/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/mail/tkrat/Makefile b/mail/tkrat/Makefile index d917282..7975f4b 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$ +# $Id: Makefile,v 1.1.1.1 1997/11/14 22:51:07 hoek Exp $ # DISTNAME= tkrat-1.0.5 @@ -15,7 +15,8 @@ MASTER_SITES= ftp://ftp.md.chalmers.se/pub/tkrat/ \ MAINTAINER= bgingery@gtcs.com -BUILD_DEPENDS= tclsh:${PORTSDIR}/lang/tcl80 +BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 \ + ${PORTSDIR}/mail/imap-uw/work/imap-4.1.BETA/c-client:${PORTSDIR}/mail/imap-uw 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 d917282..7975f4b 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$ +# $Id: Makefile,v 1.1.1.1 1997/11/14 22:51:07 hoek Exp $ # DISTNAME= tkrat-1.0.5 @@ -15,7 +15,8 @@ MASTER_SITES= ftp://ftp.md.chalmers.se/pub/tkrat/ \ MAINTAINER= bgingery@gtcs.com -BUILD_DEPENDS= tclsh:${PORTSDIR}/lang/tcl80 +BUILD_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 \ + ${PORTSDIR}/mail/imap-uw/work/imap-4.1.BETA/c-client:${PORTSDIR}/mail/imap-uw LIB_DEPENDS= c-client\\.2\\.1:${PORTSDIR}/mail/imap-uw \ tk80\\.1:${PORTSDIR}/x11/tk80 |