diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-22 01:11:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-22 01:11:36 +0000 |
commit | d2358a93fbda67a57c94a82885d04e3545d79cbd (patch) | |
tree | 77e60e093e67de5a823fc323f14b3b4e7fe6a5c0 /deskutils | |
parent | d70b0c9d8e114e7c3873250962a80f0dfbe0eb4f (diff) |
Mark the ports that were broken in one way or another by the recent tcl
change "BROKEN".
Notes
Notes:
svn path=/head/; revision=8744
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/ical/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/ical/Makefile b/deskutils/ical/Makefile index e40002267bba..1f164e9771f8 100644 --- a/deskutils/ical/Makefile +++ b/deskutils/ical/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Aug 28 13:35:31 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.10 1997/10/08 05:53:57 obrien Exp $ +# $Id: Makefile,v 1.11 1997/10/08 06:29:16 obrien Exp $ # DISTNAME= ical-2.1b2 @@ -14,6 +14,8 @@ MAINTAINER= erich@FreeBSD.org LIB_DEPENDS= tk42\\.1:${PORTSDIR}/x11/tk42 +BROKEN= tclsh + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tclsh=${PREFIX}/bin/tclsh7.6 \ --with-tclconfig=${PREFIX}/lib/tcl7.6 \ |