diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-23 16:57:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-23 16:57:58 +0000 |
commit | 1f501c5a30bee9330630d602de156798947dc320 (patch) | |
tree | d729eda3adcaf5573cc18cc83e07598e19b5c4a2 /deskutils | |
parent | 1b56afce33b2e8fe80f4cf58158ab6d5047d050b (diff) | |
download | ports-1f501c5a30bee9330630d602de156798947dc320.tar.gz ports-1f501c5a30bee9330630d602de156798947dc320.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/ical/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/deskutils/ical/Makefile b/deskutils/ical/Makefile index 1f164e9771f8..015305c706af 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.11 1997/10/08 06:29:16 obrien Exp $ +# $Id: Makefile,v 1.12 1997/11/22 01:11:31 asami Exp $ # DISTNAME= ical-2.1b2 @@ -14,8 +14,6 @@ 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 \ |