1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

imap-uw took this one with it when it died.

This commit is contained in:
Satoshi Asami 1998-10-26 04:49:25 +00:00
parent 7b92f12fb8
commit c583d1fa82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14182
2 changed files with 12 additions and 2 deletions

View File

@ -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 \

View File

@ -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 \