diff options
author | Chris Timmons <cwt@FreeBSD.org> | 1998-01-01 21:46:48 +0000 |
---|---|---|
committer | Chris Timmons <cwt@FreeBSD.org> | 1998-01-01 21:46:48 +0000 |
commit | 7e79819ce22dfcd5c5609bacd53a43b7c724d2c2 (patch) | |
tree | 062e81ce58be38f02405046a4265cb6f1234cb46 /deskutils/ical/Makefile | |
parent | a859a781754113c262d6b4bcec50280108220d7b (diff) | |
download | ports-7e79819ce22dfcd5c5609bacd53a43b7c724d2c2.tar.gz ports-7e79819ce22dfcd5c5609bacd53a43b7c724d2c2.zip |
Upgrade to ical-2.2. Use Tcl/Tk 8.0.
Notes
Notes:
svn path=/head/; revision=9243
Diffstat (limited to 'deskutils/ical/Makefile')
-rw-r--r-- | deskutils/ical/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
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: |