From 7e79819ce22dfcd5c5609bacd53a43b7c724d2c2 Mon Sep 17 00:00:00 2001 From: Chris Timmons Date: Thu, 1 Jan 1998 21:46:48 +0000 Subject: Upgrade to ical-2.2. Use Tcl/Tk 8.0. --- deskutils/ical/Makefile | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'deskutils/ical/Makefile') diff --git a/deskutils/ical/Makefile b/deskutils/ical/Makefile index 015305c706af..ea8e2f7191cf 100644 --- a/deskutils/ical/Makefile +++ b/deskutils/ical/Makefile @@ -3,21 +3,25 @@ # Date created: Mon Aug 28 13:35:31 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.12 1997/11/22 01:11:31 asami Exp $ +# $Id: Makefile,v 1.13 1997/11/23 16:57:58 asami Exp $ # -DISTNAME= ical-2.1b2 +DISTNAME= ical-2.2 CATEGORIES= misc MASTER_SITES= http://www.research.digital.com/SRC/personal/Sanjay_Ghemawat/ical/icalbins/ MAINTAINER= erich@FreeBSD.org -LIB_DEPENDS= tk42\\.1:${PORTSDIR}/x11/tk42 +LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tclsh=${PREFIX}/bin/tclsh7.6 \ - --with-tclconfig=${PREFIX}/lib/tcl7.6 \ - --with-tkconfig=${PREFIX}/lib/tk4.2 +CONFIGURE_ARGS= --prefix=${PREFIX} \ + --with-tclconfig=${PREFIX}/lib/tcl8.0 \ + --with-tclhdir=${PREFIX}/include/tcl8.0 \ + --with-tclsh=${PREFIX}/bin/tclsh8.0 \ + --with-tkconfig=${PREFIX}/lib/tk8.0 \ + --with-tkhdir=${PREFIX}/include/tk8.0 + MAN1= ical.1 post-install: -- cgit v1.2.3