diff options
author | steve <steve@FreeBSD.org> | 1998-10-26 13:55:03 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-26 13:55:03 +0000 |
commit | be47f2d414b3d54a991f42b83c2a472b3737f044 (patch) | |
tree | e0c26f9f90b1921edafe30d478ba561699766490 /mail/tkrat/Makefile | |
parent | c0c1c20ed3edeb8e4369a9f5886515a83b63b886 (diff) | |
download | FreeBSD-ports-be47f2d414b3d54a991f42b83c2a472b3737f044.zip FreeBSD-ports-be47f2d414b3d54a991f42b83c2a472b3737f044.tar.gz |
The imap-uw port is fixed now.
Diffstat (limited to 'mail/tkrat/Makefile')
-rw-r--r-- | mail/tkrat/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mail/tkrat/Makefile b/mail/tkrat/Makefile index 9548620..79e14da 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.11 1998/10/14 00:24:23 jseger Exp $ +# $Id: Makefile,v 1.12 1998/10/26 04:49:25 asami Exp $ # DISTNAME= tkrat-1.1 @@ -18,11 +18,6 @@ LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 \ tk80.1:${PORTSDIR}/x11-toolkits/tk80 \ c-client.2:${PORTSDIR}/mail/imap-uw -VERSION!= sysctl -n kern.osreldate -.if ${VERSION} < 300000 -BROKEN= depends on imap-uw -.endif - GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-config=${PREFIX}/lib/tcl8.0 \ |