diff options
author | asami <asami@FreeBSD.org> | 1997-11-24 00:57:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-24 00:57:58 +0800 |
commit | bca13cfbbf5d590acc0d5c61fcca9c536a0a06c9 (patch) | |
tree | f6dc7b9a7f908e0fbe9c03d68538f9cd10533da9 /deskutils/ical | |
parent | d8d05dd84631480c291459abe5755e2bf817ff22 (diff) | |
download | freebsd-ports-gnome-bca13cfbbf5d590acc0d5c61fcca9c536a0a06c9.tar.gz freebsd-ports-gnome-bca13cfbbf5d590acc0d5c61fcca9c536a0a06c9.tar.zst freebsd-ports-gnome-bca13cfbbf5d590acc0d5c61fcca9c536a0a06c9.zip |
Unmark this port broken, it works fine now.
Reported by: imp
Diffstat (limited to 'deskutils/ical')
-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 \ |