diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-26 04:49:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-26 04:49:25 +0000 |
commit | c583d1fa827acccd0adfb95948626a30cbf29cc6 (patch) | |
tree | 162b1fb8a38f786625ae32dbdf1ae54f5bd35b39 /mail/tkrat2 | |
parent | 7b92f12fb898c148984909112b344ef55a4c7224 (diff) | |
download | ports-c583d1fa827acccd0adfb95948626a30cbf29cc6.tar.gz ports-c583d1fa827acccd0adfb95948626a30cbf29cc6.zip |
Notes
Diffstat (limited to 'mail/tkrat2')
-rw-r--r-- | mail/tkrat2/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/tkrat2/Makefile b/mail/tkrat2/Makefile index 795f5a21da31..95486201caf2 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.10 1998/10/12 21:11:48 jseger Exp $ +# $Id: Makefile,v 1.11 1998/10/14 00:24:23 jseger Exp $ # DISTNAME= tkrat-1.1 @@ -18,6 +18,11 @@ 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 \ |