summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-10-26 04:49:25 +0000
committerasami <asami@FreeBSD.org>1998-10-26 04:49:25 +0000
commitd1d378f4f32babff02e6c6c4b93f64c3f5f53061 (patch)
treeb9f6d4350f3b6455b971ee54b154e6a6e65f2efb /mail
parent0f9e6ac23b1afe3229014caebd27688391424fa5 (diff)
downloadFreeBSD-ports-d1d378f4f32babff02e6c6c4b93f64c3f5f53061.zip
FreeBSD-ports-d1d378f4f32babff02e6c6c4b93f64c3f5f53061.tar.gz
imap-uw took this one with it when it died.
Diffstat (limited to 'mail')
-rw-r--r--mail/tkrat/Makefile7
-rw-r--r--mail/tkrat2/Makefile7
2 files changed, 12 insertions, 2 deletions
diff --git a/mail/tkrat/Makefile b/mail/tkrat/Makefile
index 795f5a2..9548620 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.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 \
diff --git a/mail/tkrat2/Makefile b/mail/tkrat2/Makefile
index 795f5a2..9548620 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 \
OpenPOWER on IntegriCloud