diff options
author | steve <steve@FreeBSD.org> | 1998-10-26 21:55:03 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-26 21:55:03 +0800 |
commit | be47f2d414b3d54a991f42b83c2a472b3737f044 (patch) | |
tree | e0c26f9f90b1921edafe30d478ba561699766490 /mail/tkrat2 | |
parent | c0c1c20ed3edeb8e4369a9f5886515a83b63b886 (diff) | |
download | freebsd-ports-gnome-be47f2d414b3d54a991f42b83c2a472b3737f044.tar.gz freebsd-ports-gnome-be47f2d414b3d54a991f42b83c2a472b3737f044.tar.zst freebsd-ports-gnome-be47f2d414b3d54a991f42b83c2a472b3737f044.zip |
The imap-uw port is fixed now.
Diffstat (limited to 'mail/tkrat2')
-rw-r--r-- | mail/tkrat2/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mail/tkrat2/Makefile b/mail/tkrat2/Makefile index 95486201caf2..79e14dab8153 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.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 \ |