diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-26 13:55:03 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-26 13:55:03 +0000 |
commit | 9c9fbeb3611aef67aba39fe604ba2594da208cf7 (patch) | |
tree | b6e26575c552cacd6853e69aee7cbda0f31cbf35 /mail/tkrat | |
parent | ddb7b886d3e7176dee7581243661e76667b94a36 (diff) | |
download | ports-9c9fbeb3611aef67aba39fe604ba2594da208cf7.tar.gz ports-9c9fbeb3611aef67aba39fe604ba2594da208cf7.zip |
Notes
Diffstat (limited to 'mail/tkrat')
-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 95486201caf2..79e14dab8153 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 \ |